Skip to content

Commit cfd5883

Browse files
committed
refactor: replace class
1 parent 64ffd6a commit cfd5883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
{% include head.html %}
1111

1212
<body class="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] font-bold tracking-wider min-h-dvh p-4 flex">
13-
<div class="bg-white rounded-2xl min-h-full flex-1 flex flex-col">
13+
<div class="bg-white rounded-2xl min-h-full flex-grow flex flex-col">
1414
{% include header.html %}
1515

16-
<div class="flex-1">
16+
<div class="flex-grow">
1717
{{ content }}
1818
</div>
1919

0 commit comments

Comments
 (0)