Skip to content

Commit cf10bb6

Browse files
committed
fix: responsive flex
1 parent ac6c637 commit cf10bb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ <h1 class="color-gray-800 margin-bottom-5">
210210
Styler - CSS Class Generator
211211
</h1>
212212

213-
<div class="display-flex gap-5 min-height-125">
213+
<div class="display-flex flex-direction-column md@flex-direction-row gap-5 min-height-125">
214214
<div
215-
class="flex-grow~1 border-radius-4 padding-0 overflow-hidden background-color-white"
215+
class="flex-grow~1 border-radius-4 padding-0 overflow-hidden background-color-white margin-bottom-4 md@margin-bottom-0"
216216
>
217217
<div
218218
class="margin-0 padding-3 font-weight-bold background-color-gray-100"

0 commit comments

Comments
 (0)