mobile header

This commit is contained in:
Meir Roth 2021-01-03 13:32:25 +02:00
parent 1bb46f1d42
commit 7974d311c8
2 changed files with 7 additions and 9 deletions

View file

@ -33,17 +33,15 @@
}
@media only screen and (max-width: 992px) {
.title {
justify-content: center;
}
.nav {
font-size: var(--font-size-large);
justify-content: center;
padding: 20px 0;
}
}
.buttons {
justify-content: center;
@media only screen and (max-width: 576px) {
.header {
padding: 0 15px;
}
}