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

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

View File

@ -71,3 +71,15 @@ a:link:hover, a:visited:hover {
float: none; float: none;
margin: 10px auto; margin: 10px auto;
} }
@media screen and (max-width: 696px) {
.box-wrap {
overflow: visible;
}
.box {
width: 100%;
}
.box ul {
text-align: center;
}
}

View File

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