Skip to content

Commit 06decc4

Browse files
committed
docs: fix poster width
1 parent b5dc829 commit 06decc4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

landing/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@
103103
animation-duration: 0.3s;
104104
}
105105

106+
#poster-img {
107+
max-width: 90vw;
108+
}
109+
106110
.home-img {
107111
border-radius: 5px;
108112
border: solid 1px var(--border-color);
@@ -177,10 +181,6 @@
177181
margin-bottom: 10%;
178182
}
179183

180-
#img-col img {
181-
max-width: 90vw;
182-
}
183-
184184
h5 {
185185
font-weight: 200;
186186
}

0 commit comments

Comments
 (0)