Adjust css theme
Fix responsive
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user