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

@@ -47,4 +47,16 @@
.box img {
float: none;
margin: 10px auto;
}
@media screen and (max-width: 696px) {
.box-wrap {
overflow: visible;
}
.box {
width: 100%;
}
.box ul {
text-align: center;
}
}