Adjust css theme

Fix responsive
This commit is contained in:
27chan
2022-06-01 11:46:28 -03:00
parent 6577a0d9d8
commit bfd0cc0bc2
3 changed files with 106 additions and 70 deletions

View File

@@ -55,3 +55,15 @@ body {
header div.subtitle, h1 {
color: #888A8C;
}
@media screen and (max-width: 696px) {
.box-wrap {
overflow: visible;
}
.box {
width: 100%;
}
.box ul {
text-align: center;
}
}