Removed bug in design in mobile version (black border at bottom not correctly sized)
This commit is contained in:
parent
ebae07bac5
commit
b71c869b40
@ -4,7 +4,8 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 0px 20px 10px 20px;
|
||||
/* padding: 0px 20px 10px 20px;*/
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#page {
|
||||
@ -120,6 +121,14 @@ body {
|
||||
* Mobile menu positioning
|
||||
*/
|
||||
|
||||
#mobile_menu, #content {
|
||||
margin: 0px 15px 0px 15px;
|
||||
}
|
||||
|
||||
#mobile_menu {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#mobile_menu li > a {
|
||||
margin: 5px 0px 5px 0px;
|
||||
background-color: #dddddd;
|
||||
|
Loading…
Reference in New Issue
Block a user