UI fix
This commit is contained in:
parent
80b8825994
commit
ec25cae094
10
css/main.css
10
css/main.css
@ -466,10 +466,6 @@ section:nth-of-type(2) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.carousel:has(.project) {
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
|
||||
#projects_section h2 {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
@ -803,8 +799,7 @@ section:nth-of-type(2) {
|
||||
gap: 1rem;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
#partners a,
|
||||
#partners li:not(li:has(a)) {
|
||||
#partners .partner {
|
||||
display: flex;
|
||||
gap: 0.8rem;
|
||||
padding: 1rem;
|
||||
@ -814,8 +809,7 @@ section:nth-of-type(2) {
|
||||
background-color: rgba(var(--text-color), 0.06);
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
#partners a .icon,
|
||||
#partners li:not(li:has(a)) .icon {
|
||||
#partners .partner .icon {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -437,9 +437,6 @@ section {
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
}
|
||||
.carousel:has(.project) {
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
#projects_section {
|
||||
h2 {
|
||||
margin-bottom: 3rem;
|
||||
@ -766,8 +763,7 @@ section {
|
||||
grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
|
||||
gap: 1rem;
|
||||
margin-top: 3rem;
|
||||
a,
|
||||
li:not(li:has(a)) {
|
||||
.partner {
|
||||
display: flex;
|
||||
gap: 0.8rem;
|
||||
padding: 1rem;
|
||||
|
||||
12
index.html
12
index.html
@ -191,7 +191,7 @@
|
||||
<h2 class="reveal"><span>Blockchain Partners</span></h2>
|
||||
<ul id="partners">
|
||||
<li>
|
||||
<a href="https://www.ranchimall.net/" target="_blank">
|
||||
<a class="partner" href="https://www.ranchimall.net/" target="_blank">
|
||||
<svg class="icon" viewBox="0 0 96 108" xml:space="preserve">
|
||||
<path d="M90.2,102.5c-2.4-8.2-9.9-14.5-27.4-23.1c-7.1-3.5-11.8-6.2-14-8.3c-1.7-1.6-3.5-4-4.2-5.5c-0.7-1.7-0.7-5.5,0-7.5
|
||||
c1.3-3.6,2.6-5.2,12.9-15.1c6.2-5.9,9.3-10.3,11.1-15.5c0.7-2.1,0.8-7.6,0.2-9.4C66.5,12,61.7,6.7,53.7,1.6c-3-1.9-4.3-2.1-4.3-0.8
|
||||
@ -219,7 +219,7 @@
|
||||
<span>RanchiMall</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<li class="partner">
|
||||
<svg class="icon" width="64" height="64" viewBox="0 0 64 64" fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="path-1-outside-1_16_6" maskUnits="userSpaceOnUse" x="3" y="3" width="58" height="58">
|
||||
@ -240,7 +240,7 @@
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://bitcoin.org/en/" target="_blank">
|
||||
<a class="partner" href="https://bitcoin.org/en/" target="_blank">
|
||||
<svg class="icon" viewBox="0 0 64 64" height="64" width="64" version="1.1">
|
||||
<g transform="translate(0.00630876,-0.00301984)">
|
||||
<path fill="#f7931a"
|
||||
@ -255,7 +255,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://polygon.technology/" target="_blank">
|
||||
<a class="partner" href="https://polygon.technology/" target="_blank">
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500" fill="none">
|
||||
<path
|
||||
d="M364.03 335.08L475.58 270.68C481.48 267.27 485.15 260.92 485.15 254.1V125.28C485.15 118.47 481.48 112.11 475.58 108.7L364.03 44.3C358.13 40.89 350.79 40.9 344.89 44.3L233.34 108.7C227.44 112.11 223.77 118.46 223.77 125.28V355.47L145.55 400.62L67.33 355.47V265.14L145.55 219.99L197.15 249.77V189.18L155.12 164.92C152.22 163.25 148.91 162.37 145.55 162.37C142.19 162.37 138.88 163.25 135.98 164.92L24.42 229.33C18.52 232.74 14.85 239.09 14.85 245.91V374.72C14.85 381.53 18.52 387.89 24.42 391.3L135.97 455.71C141.87 459.11 149.2 459.11 155.11 455.71L266.66 391.31C272.56 387.9 276.23 381.54 276.23 374.73V144.54L277.64 143.73L354.45 99.39L432.67 144.55V234.87L354.45 280.03L302.93 250.29V310.88L344.88 335.11C350.78 338.51 358.12 338.51 364.02 335.11L364.03 335.08Z"
|
||||
@ -275,7 +275,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://lightning.network/" target="_blank">
|
||||
<a class="partner" href="https://lightning.network/" target="_blank">
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" width="282" height="282"
|
||||
viewBox="0 0 282 282" fill="none">
|
||||
<g clip-path="url(#clip0)">
|
||||
@ -296,7 +296,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.juuride.com/" target="_blank">
|
||||
<a class="partner" href="https://www.juuride.com/" target="_blank">
|
||||
<img src="assets/logos/juu-ride-logo.png" alt="">
|
||||
<span>
|
||||
Juu Ride
|
||||
|
||||
Loading…
Reference in New Issue
Block a user