about summary refs log tree commit diff
path: root/website/sandbox
diff options
context:
space:
mode:
Diffstat (limited to 'website/sandbox')
-rw-r--r--website/sandbox/learnpianochords/src/Overview.elm4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/sandbox/learnpianochords/src/Overview.elm b/website/sandbox/learnpianochords/src/Overview.elm
index 2fa3b3cb14c6..efcf5f5e1e0a 100644
--- a/website/sandbox/learnpianochords/src/Overview.elm
+++ b/website/sandbox/learnpianochords/src/Overview.elm
@@ -49,7 +49,7 @@ numberedList items =
 
 render : State.Model -> Html State.Msg
 render model =
-    div [ [ "container", "mx-auto", "px-20" ] |> UI.tw |> class ]
+    div [ [ "container", "mx-auto" ] |> UI.tw |> class ]
         [ header1 "Welcome to LearnPianoChords.app!"
         , paragraph """
                      Learn Piano Chords helps piano players master chords.
@@ -92,7 +92,7 @@ render model =
                    """
                 ]
             ]
-        , div [ [ "text-center", "pt-20" ] |> UI.tw |> class ]
+        , div [ [ "text-center", "py-20" ] |> UI.tw |> class ]
             [ UI.simpleButton
                 { label = "Let's get started"
                 , handleClick = State.SetView State.Preferences