Fixed sidebar alignment

pull/310/head
cagataycivici 2020-04-30 01:05:21 +03:00
parent 80175e7fac
commit 1bfdc2acf0
1 changed files with 2 additions and 0 deletions

View File

@ -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) {