Fix word break in footer + font size in mobile view (#10)

Fix Disroot/Website#324

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: Disroot/grav-theme-disrootblog#10
Co-authored-by: meaz <meaz@no-reply@disroot.org>
Co-committed-by: meaz <meaz@no-reply@disroot.org>
This commit is contained in:
meaz 2022-02-25 21:41:11 +00:00
parent 7e4956e0a6
commit f54331baa7
2 changed files with 16 additions and 20 deletions

View File

@ -6,6 +6,7 @@
letter-spacing: 0.5px;
margin-bottom: 0px;
height: 100%;
font-size: 10px;
}
footer div#footer-links ul li {

View File

@ -94,12 +94,6 @@ body {
font-family: 'Lato', 'Helvetica Neue', sans-serif;
font-size: 16px;
-ms-word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
body a {
@ -1769,7 +1763,6 @@ footer {
padding-left: 0;
margin-bottom: 24px;
margin-top: 12px;
word-break: normal;
}
footer ul.footer-icons {
@ -1785,6 +1778,8 @@ footer {
margin: 0;
padding-top: 13px;
font-weight: 600;
text-align: center;
line-height: 1.5em;
}
footer #footer-links a {