positioned open close buttons in small screens
This commit is contained in:
parent
e37557eb94
commit
854c166836
380
adminstyles.css
380
adminstyles.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -61,7 +61,7 @@
|
|||
}
|
||||
}
|
||||
.secondary-navigation {
|
||||
padding: 0 0 1em 0;
|
||||
padding: 0 1em 1em 0;
|
||||
ul {
|
||||
display: inline-block;
|
||||
li {
|
||||
|
@ -115,7 +115,7 @@
|
|||
.toggle-hide {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
padding-right: 4rem;
|
||||
margin-right: -0.5em;
|
||||
}
|
||||
.toggle-hide::after{
|
||||
content: "x";
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
.secondary {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
align-items: center;
|
||||
align-items: end;
|
||||
}
|
||||
}
|
||||
.site-main {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue