Skip to content

Commit 502d06b

Browse files
committed
style: fix code card and flex layout responsiveness on mobile viewports
1 parent a36a088 commit 502d06b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

assets/css/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,12 @@ img, video {
292292
min-width: 0;
293293
}
294294

295+
.left-column {
296+
min-width: 0;
297+
width: 100%;
298+
max-width: 100%;
299+
}
300+
295301
/* Cards */
296302
.card {
297303
background: var(--card-bg);
@@ -303,6 +309,7 @@ img, video {
303309
margin-bottom: 2rem;
304310
min-width: 0;
305311
width: 100%;
312+
max-width: 100%;
306313
}
307314

308315
.card h3 {

0 commit comments

Comments
 (0)