Clamped story meta to a maximum width of the view port width
This commit is contained in:
parent
a7253be213
commit
0524a00471
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
padding: 0 16px;
|
||||
position: absolute;
|
||||
transform: translateX(-50%);
|
||||
width: 56.25vh;
|
||||
width: clamp(0vh, 56.25vh, 100vw);
|
||||
z-index: $z-index-story-meta;
|
||||
|
||||
&__list {
|
||||
|
|
Loading…
Add table
Reference in a new issue