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 ad2cc1a commit 1c70102Copy full SHA for 1c70102
src/Page.elm
@@ -21,7 +21,7 @@ view page { title, content } =
21
22
background : List (Html msg) -> Html msg
23
background =
24
- div [ Tw.bg_gradient_to_r, Tw.from_blue_700, Tw.to_pink_700, Tw.min_h_screen, Tw.bg_fixed, Tw.flex, Tw.flex_col ]
+ div [ Tw.bg_gradient_to_r, Tw.from_blue_700, Tw.to_pink_700, Tw.min_h_screen, Tw.h_full, Tw.bg_fixed, Tw.flex, Tw.flex_col ]
25
26
27
navbar : Page -> Html msg
0 commit comments