Fixed sidebar alignment
parent
80175e7fac
commit
1bfdc2acf0
|
@ -250,6 +250,8 @@ export default {
|
||||||
.p-sidebar-close.p-link {
|
.p-sidebar-close.p-link {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 64em) {
|
@media screen and (max-width: 64em) {
|
||||||
|
|
Loading…
Reference in New Issue