improve mobile rendering of donations and footer #75

Merged
avg_joe merged 6 commits from improve-mobile-rendering into main 2023-11-20 22:40:22 +01:00
2 changed files with 12 additions and 14 deletions
Showing only changes of commit 286f8ea386 - Show all commits

View File

@ -1183,7 +1183,7 @@ footer {
footer #footer-left {
display:flex;
width: 175px;
width: 150px;
background: transparent;
align-items: center;
margin-left: 10px;
@ -1214,8 +1214,8 @@ footer #footer-left {
#footer-copyleft a {
display:flex;
width: 90px;
height: 35px;
width: 120px;
height: 40px;
margin-bottom:0;
}
@ -1230,7 +1230,7 @@ footer .dot {
footer #footer-links {
text-align: center;
width: calc(100% - 350px);
width: calc(100% - 300px);
}
footer ul.footer-links {
@ -1242,7 +1242,7 @@ footer ul.footer-links {
}
footer #footer-icons {
width: 175px;
width: 150px;
background: transparent;
text-align: center;
margin-right: 10px;
@ -1287,9 +1287,11 @@ text-align: center;
}
footer #footer-icons ul li .fa-fw {
display: flex;
color: white;
opacity: 0.7;
width: 45px;
height: 45px;
align-items: center;
}
footer #footer-icons ul li .fa-fw:hover {

View File

@ -1,13 +1,9 @@
<footer>
<div id="footer-left" >
<ul class="footer-icons-left">
<div id="footer-logo">
<a href="{{ base_url == '' ? '/#home' : base_url }}"></a>
</div>
<div id="footer-copyleft">
<a href="https://git.disroot.org/Disroot/Website#license"></a>
</div>
</ul>
<ul class="footer-icons-left">
{#<div id="footer-logo"><a href="{{ base_url == '' ? '/#home' : base_url }}"></a></div>#}
<div id="footer-copyleft"><a href="https://git.disroot.org/Disroot/Website#license"></a></div>
</ul>
</div>
<div id="footer-links">
<ul class="footer-links">