adjusted font size for phones
This commit is contained in:
@@ -14,6 +14,11 @@ body, pre {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 500px) {
|
||||||
|
body, pre {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
ul {
|
ul {
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user