feat: add margin bottom to header with media query
This commit is contained in:
parent
293d330b24
commit
405d9d4f90
|
@ -24,3 +24,9 @@
|
|||
min-width: 40%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 740px) {
|
||||
.header {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue