Mobile menu
This commit is contained in:
parent
bd53891a9d
commit
f10e58acdf
4 changed files with 158 additions and 9 deletions
13
css/main.css
13
css/main.css
|
|
@ -105,6 +105,14 @@ body, html{
|
|||
width:100%;
|
||||
}
|
||||
|
||||
.off-canvas-wrap, .inner-wrap{
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.tab-bar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #3498DB;
|
||||
}
|
||||
|
|
@ -417,6 +425,11 @@ a:hover {
|
|||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.line-sidebar-t {
|
||||
border-top: 1px solid #3C5269;
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
|
||||
.line-sidebar-b {
|
||||
border-bottom: 1px solid #3C5269;
|
||||
padding-bottom: 0.5rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue