mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
make header on mobile first more height
This commit is contained in:
parent
3eba4188bd
commit
67439860df
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@
|
|||
left: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
@media only screen and (min-width: 768px) {
|
||||
.base-header {
|
||||
height: var(--header-height-desktop);
|
||||
}
|
||||
}
|
||||
|
||||
.header-title {
|
||||
display: flex;
|
||||
width: 162px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue