fix mobile css a bit
This commit is contained in:
parent
86f10a586e
commit
5c4e4c5875
1 changed files with 6 additions and 2 deletions
|
@ -103,13 +103,14 @@ div.staffp {
|
|||
.wrapper {
|
||||
margin: 0 auto;
|
||||
margin-top: 400px;
|
||||
width: 700px;
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.box {
|
||||
background-color: #333;
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.rulesList {
|
||||
|
@ -138,7 +139,7 @@ div.staffp {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
@media screen and (max-width: 500px) {
|
||||
.wrapper {
|
||||
width: 95%;
|
||||
margin: 0;
|
||||
|
@ -147,6 +148,9 @@ div.staffp {
|
|||
#heading {
|
||||
font-size: 50px;
|
||||
}
|
||||
#hnav {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue