mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 04:28:46 +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;
|
left: 0;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
@media only screen and (min-width: 768px) {
|
||||||
|
.base-header {
|
||||||
|
height: var(--header-height-desktop);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.header-title {
|
.header-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 162px;
|
width: 162px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue