Smaller fonts and one column layout on mobile
This commit is contained in:
@@ -74,10 +74,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 570px) {
|
||||
@media only screen and (max-width : 750px) {
|
||||
.block {
|
||||
grid-template-columns: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 570px) {
|
||||
|
||||
.block-header {
|
||||
grid-column-start: 1;
|
||||
|
||||
@@ -45,6 +45,12 @@ body {
|
||||
background-color: var(--bg-color);
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 800px) {
|
||||
body {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--link-color);
|
||||
transition: all linear .1s;
|
||||
|
||||
Reference in New Issue
Block a user