fix: brand logo stays fixed at top on mobile
This commit is contained in:
@@ -503,10 +503,16 @@
|
|||||||
margin: 10px auto 18px;
|
margin: 10px auto 18px;
|
||||||
}
|
}
|
||||||
.brand-strip {
|
.brand-strip {
|
||||||
margin-bottom: 8px;
|
position: fixed;
|
||||||
|
top: 10px;
|
||||||
|
left: 10px;
|
||||||
|
z-index: 200;
|
||||||
}
|
}
|
||||||
.brand-logo {
|
.brand-logo {
|
||||||
width: clamp(132px, 42vw, 190px);
|
width: clamp(110px, 36vw, 170px);
|
||||||
|
}
|
||||||
|
.wrap {
|
||||||
|
padding-top: 60px;
|
||||||
}
|
}
|
||||||
.hero {
|
.hero {
|
||||||
padding: 16px 14px 20px;
|
padding: 16px 14px 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user