mobile sizes

master
km0 2 years ago
parent cd42e3b0f7
commit 2d781c81eb

@ -80,7 +80,7 @@ body {
border: none;
box-shadow: none;
min-width: 128px;
min-height: 128 px;
min-height: 128px;
padding: 0;
}
@ -93,3 +93,13 @@ body {
li {
list-style: none;
}
@media (max-width: 991.98px) {
body {
font-size: 16px;
}
.bold {
font-size: 21px;
}
}

Loading…
Cancel
Save