burger mobile

This commit is contained in:
2025-09-22 17:55:07 +02:00
parent a6b8396ec7
commit aca6a5620d
2 changed files with 16 additions and 0 deletions
+10
View File
@@ -6338,6 +6338,11 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
top: 0%;
scroll-margin: 8rem;
}
@media (max-width: 810px) {
#header-top {
height: 5rem;
}
}
#header-top .region-header-top-left {
display: flex;
flex-direction: row;
@@ -6443,6 +6448,11 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
font-weight: light;
color: rgb(0, 158, 227);
}
@media (max-width: 870px) {
#header-top .region-header-top-rigth #block-burger h2 {
padding-top: 0;
}
}
#header-top .region-header-top-rigth #block-burger h2:after {
display: block;
margin: auto;
@@ -21,6 +21,9 @@
top:0%;
scroll-margin: 8rem {};
@media (max-width:810px){
height: 5rem;
}
// logo
.region-header-top-left {
@@ -137,6 +140,9 @@
font-size: 1em;
font-weight: light;
color: $blue-light;
@media (max-width: 870px){
padding-top: 0;
}
}
h2:after{
display: block;