Fixes #2
Horizontal margin for content was reduced in order to better fit mobile devices
This commit is contained in:
@@ -425,6 +425,10 @@ header {
|
||||
margin: 0 auto;
|
||||
text-align: justify;
|
||||
|
||||
@media #{$switch-small-screen} {
|
||||
padding: 50px 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user