Mobile CSS fixes
This commit is contained in:
@@ -7,6 +7,12 @@ body {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
body {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-size: 1em;
|
||||
margin: 1em 0;
|
||||
|
||||
Reference in New Issue
Block a user