Prevent horizontal scrolling on mobile

This commit is contained in:
Christian Wolf 2024-02-06 14:27:37 +01:00
parent b0ccfec34d
commit c2a8c2df87

View File

@ -421,12 +421,13 @@ h1 {
#footer {
width: 95%;
width: 100%;
margin: 30px auto 0;
padding: 4px 10px 0;
display: flex;
justify-content: space-between;
border-top: 1px solid $color-hor-line;
box-sizing: border-box;
.first-entry {
font: 1em 'Open Sans Condensed', sans-serif;