mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
position sticky and h1 margin-top fixes
This commit is contained in:
parent
169cf22a15
commit
f778f9ee35
1 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@
|
|||
|
||||
@media (--viewportLarge) {
|
||||
max-width: 100%;
|
||||
margin: 177px 0 0 0;
|
||||
margin: 152px 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -166,7 +166,7 @@
|
|||
display: none;
|
||||
|
||||
position: sticky;
|
||||
top: -272px; /* This is a hack to showcase how the component would look when the image isn't sticky */
|
||||
top: -200px; /* This is a hack to showcase how the component would look when the image isn't sticky */
|
||||
width: 409px;
|
||||
background-color: var(--matterColorLight);
|
||||
border: 1px solid var(--matterColorNegative);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue