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

Merged
meaz merged 2 commits from blog_footer into master 2022-02-25 22:41:12 +01:00
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 {