Further style adjustments
This commit is contained in:
parent
53d1a0c182
commit
8993616660
@ -110,7 +110,7 @@ footer {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
/* Display menu bar on arger screens */
|
||||
/* Screens Wider than 600px */
|
||||
@media screen and (min-width: 600px) {
|
||||
/*Hide sidebar open/close buttons*/
|
||||
.inflate {display: none;}
|
||||
@ -120,8 +120,8 @@ footer {
|
||||
.sidebar {
|
||||
width: 100%;
|
||||
height: 10px;
|
||||
padding-top: 30px;
|
||||
padding-bottom: 15px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 40px;
|
||||
padding-left: 50px;
|
||||
}
|
||||
|
||||
@ -135,4 +135,7 @@ footer {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
/*Provice space for top menu*/
|
||||
.page-title {padding-top: 100px}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user