Mobile-adapted index :)
This commit is contained in:
@@ -26,6 +26,16 @@ body {
|
||||
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
/* default value: font-size: 16px; */
|
||||
}
|
||||
@media only screen and (max-width: 550px) {
|
||||
body {
|
||||
font-size: 12px;
|
||||
}
|
||||
html {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Different title settings */
|
||||
|
||||
Reference in New Issue
Block a user