Skip to content

Commit

Permalink
extra inline css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zazedd committed May 21, 2023
1 parent 37df58d commit b2592ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Name.elm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Types exposing (Model, Msg(..))
nameSelector : Model -> List (Html Msg)
nameSelector model =
[ div [ classList [ ( "select-div", True ), ( "visible", model.divvis.visible1 ) ] ]
[ p [ style "margin-bottom" "55px"] [ text "What name would you like to search for?" ]
[ p [ style "margin-bottom" "45px"] [ text "What name would you like to search for?" ]
, div [ class "mb-3" ]
[ input
[ class "form-control"
Expand All @@ -26,7 +26,7 @@ nameSelector model =
] []
]
]
, div [ class "form", style "margin-top" "-30px", style "margin-bottom" "auto", style "width" "150px" ]
, div [ class "form", style "margin-top" "-20px", style "margin-bottom" "auto", style "width" "150px" ]
[ div [ class "button" ]
[ button [ onClick PlaylistSubmitName, type_ "submit", class "btn block-cube block-cube-hover", id "b" ]
[ div [ class "bg-top" ]
Expand Down

0 comments on commit b2592ae

Please sign in to comment.