This commit is contained in:
Adina Țeudan 2021-12-13 12:40:04 +02:00
parent 1f2314777e
commit f570015995
2 changed files with 5 additions and 13 deletions

View File

@ -7,11 +7,13 @@
border-bottom: 1px solid var(--iqser-separator);
box-sizing: border-box;
.center {
> *:not(:last-child) {
margin-right: 50px;
}
.logo {
display: flex;
align-items: center;
justify-content: center;
margin: 0 50px;
}
.app-name {

View File

@ -3,13 +3,3 @@
display: none !important;
}
}
.visible-lt-lg {
display: none !important;
}
@media only screen and (max-width: 800px) {
.visible-lt-lg {
display: flex !important;
}
}