We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9dbf9 commit 7d9709fCopy full SHA for 7d9709f
1 file changed
index.html
@@ -203,6 +203,9 @@
203
box-shadow: none;
204
flex: 0 0 320px;
205
scroll-snap-align: start;
206
+ min-height: 320px;
207
+ display: flex;
208
+ flex-direction: column;
209
}
210
211
@media (max-width: 768px) {
@@ -265,7 +268,8 @@
265
268
.scenario-links {
266
269
display: flex;
267
270
gap: 10px;
- margin-top: 15px;
271
+ margin-top: auto;
272
+ padding-top: 20px;
273
274
275
.btn {
0 commit comments