forked from GithubBackups/vichan
Adjust css theme
Fix responsive
This commit is contained in:
parent
6577a0d9d8
commit
bfd0cc0bc2
@ -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;
|
||||||
|
}
|
||||||
|
}
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user