Prevent horizontal scrolling on mobile
This commit is contained in:
parent
b0ccfec34d
commit
c2a8c2df87
@ -421,12 +421,13 @@ h1 {
|
|||||||
|
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
width: 95%;
|
width: 100%;
|
||||||
margin: 30px auto 0;
|
margin: 30px auto 0;
|
||||||
padding: 4px 10px 0;
|
padding: 4px 10px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-top: 1px solid $color-hor-line;
|
border-top: 1px solid $color-hor-line;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
.first-entry {
|
.first-entry {
|
||||||
font: 1em 'Open Sans Condensed', sans-serif;
|
font: 1em 'Open Sans Condensed', sans-serif;
|
||||||
|
Loading…
Reference in New Issue
Block a user