feat: add margin bottom to header with media query

This commit is contained in:
RadoslavDimchev 2024-01-10 09:43:04 +02:00
parent 293d330b24
commit 405d9d4f90
1 changed files with 6 additions and 0 deletions

View File

@ -24,3 +24,9 @@
min-width: 40%;
}
}
@media (max-width: 740px) {
.header {
margin-bottom: 16px;
}
}