mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Mobile improvements
This commit is contained in:
parent
43361bbe27
commit
044c326394
1 changed files with 19 additions and 0 deletions
|
@ -180,6 +180,25 @@ a:focus {
|
||||||
font-size: 96%;
|
font-size: 96%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
#navigation {
|
||||||
|
height: auto;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
#navigation span{
|
||||||
|
display: table-cell;
|
||||||
|
}
|
||||||
|
#navigation a {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.main-container:first-child {
|
||||||
|
padding-top: 8.000em;
|
||||||
|
}
|
||||||
|
.main-container {
|
||||||
|
padding-left: 4%;
|
||||||
|
padding-right: 4%;
|
||||||
|
}
|
||||||
|
}
|
||||||
@media (min-width: 700px) {
|
@media (min-width: 700px) {
|
||||||
html {
|
html {
|
||||||
font-size: 98%;
|
font-size: 98%;
|
||||||
|
|
Loading…
Reference in a new issue