Mobile layout (fix #2)
This commit is contained in:
@@ -29,7 +29,7 @@ body {
|
||||
|
||||
/* default value: font-size: 16px; */
|
||||
}
|
||||
@media only screen and (max-width: 550px) {
|
||||
@media only screen and (max-width: 650px) {
|
||||
body {
|
||||
font-size: 12px;
|
||||
}
|
||||
@@ -40,15 +40,15 @@ body {
|
||||
|
||||
/* Different title settings */
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
font-size: 2.5rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
h3 {
|
||||
font-size: 24px;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user