make footer better on mobile

pull/1/head
Tymon 2 years ago
parent 227ca8c172
commit 6451684c1d

@ -14,8 +14,10 @@ import '../css/color.scss'
) )
})} })}
</div> </div>
<!--<img src="https://media.ruthenic.com/pentagram.png" alt="Spinning pentagram" style="animation: rotation 10s infinite linear;">--> <div class="img-container">
<img src="https://media.ruthenic.com/lgbtq%20badge.png" alt="LGBTQ+ rights!"> <!-- sry idk what else to put there lmao --> <!--<img src="https://media.ruthenic.com/pentagram.png" alt="Spinning pentagram" style="animation: rotation 10s infinite linear;">-->
<img src="https://media.ruthenic.com/god%20cant%20help%20you%20now%20badge.png" alt="CAUTION: God can't help you now."> <img src="https://media.ruthenic.com/lgbtq%20badge.png" alt="LGBTQ+ rights!"> <!-- sry idk what else to put there lmao -->
<img src="https://media.ruthenic.com/god%20cant%20help%20you%20now%20badge.png" alt="CAUTION: God can't help you now.">
</div>
</div> </div>
</div> </div>

@ -35,7 +35,7 @@
@media (max-width: 470px) { //mobile @media (max-width: 470px) { //mobile
justify-content: flex-end; justify-content: flex-end;
align-items: center; align-items: center;
flex-direction: column; flex-direction: row;
} }
@media (min-width: 470px) { //desktop @media (min-width: 470px) { //desktop
justify-content: center; justify-content: center;
@ -46,15 +46,24 @@
bottom: 0; bottom: 0;
left: 0px; left: 0px;
width: 100%; width: 100%;
img {
.img-container {
display: flex; display: flex;
height: 30px*1.5; flex-direction: row;
@media (max-width: 470px) { //even smoler mobile @media (max-width: 470px) {
margin-top: 0.3125em; flex-direction: column;
margin-bottom: 0.3125em;
} }
@media (min-width: 470px) { //desktop img {
margin-right: 0.625em; display: flex;
height: 45px;
@media (max-width: 470px) { //even smoler mobile
height: 30px;
margin-top: 0.3125em;
margin-bottom: 0.3125em;
}
@media (min-width: 470px) { //desktop
margin-right: 0.625em;
}
} }
} }
} }

Loading…
Cancel
Save