We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ffd6a commit cfd5883Copy full SHA for cfd5883
_layouts/default.html
@@ -10,10 +10,10 @@
10
{% include head.html %}
11
12
<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">
+ <div class="bg-white rounded-2xl min-h-full flex-grow flex flex-col">
14
{% include header.html %}
15
16
- <div class="flex-1">
+ <div class="flex-grow">
17
{{ content }}
18
</div>
19
0 commit comments