mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Mobile improvements
This commit is contained in:
parent
044c326394
commit
3c8e3f3455
1 changed files with 1 additions and 3 deletions
|
@ -182,6 +182,7 @@ a:focus {
|
|||
}
|
||||
@media (max-width: 600px) {
|
||||
#navigation {
|
||||
bottom: 0;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -191,9 +192,6 @@ a:focus {
|
|||
#navigation a {
|
||||
display: inline-block;
|
||||
}
|
||||
.main-container:first-child {
|
||||
padding-top: 8.000em;
|
||||
}
|
||||
.main-container {
|
||||
padding-left: 4%;
|
||||
padding-right: 4%;
|
||||
|
|
Loading…
Reference in a new issue