diff --git a/assets/css/app.css b/assets/css/app.css index ae93977..169d033 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -143,3 +143,7 @@ larger .alert p { opacity: 0; } } + +main.container { + margin-top: 4rem; +} diff --git a/assets/css/form_modal.css b/assets/css/form_modal.css index 972c7c4..887112b 100644 --- a/assets/css/form_modal.css +++ b/assets/css/form_modal.css @@ -1,3 +1,3 @@ -.form_modal { +#modal-content { max-width: 60rem; } diff --git a/assets/css/header.css b/assets/css/header.css index 5f3ba33..2a2589d 100644 --- a/assets/css/header.css +++ b/assets/css/header.css @@ -1,17 +1,11 @@ -.header_container { - margin: 0 auto; - max-width: 80rem; - padding: 0 2rem; - position: relative; - width: 100%; +.header-container { + padding-bottom: 2rem; + padding-top: 2rem; + margin-bottom: 4rem; + display: flex; + align-items: center; } -.header_title > a { - color: #010101; - font-weight: bolder; - font-size: 5rem; -} - -.header_title > a:hover { - color: #4d4d4d; +.header-title { + margin-bottom: 0; } diff --git a/lib/osuuspuutarha_web/live/order_live/form_component.html.heex b/lib/osuuspuutarha_web/live/order_live/form_component.html.heex index 18eb5c7..b50ac71 100644 --- a/lib/osuuspuutarha_web/live/order_live/form_component.html.heex +++ b/lib/osuuspuutarha_web/live/order_live/form_component.html.heex @@ -1,4 +1,4 @@ -
+

<%= @title %>

<.form @@ -58,7 +58,7 @@
<%= checkbox f, :split_invoice, class: "checkbox" %> - <%= label f, :split_invoice, "Haluan maksaa laskun kahdessa erässä" %> + <%= label f, :split_invoice, "Haluan maksaa laskun kahdessa erässä (sis. laskutuslisä 2,50€)" %> <%= error_tag f, :split_invoice %>
diff --git a/lib/osuuspuutarha_web/templates/layout/root.html.heex b/lib/osuuspuutarha_web/templates/layout/root.html.heex index e51a607..18bfb4d 100644 --- a/lib/osuuspuutarha_web/templates/layout/root.html.heex +++ b/lib/osuuspuutarha_web/templates/layout/root.html.heex @@ -11,9 +11,9 @@
-
+
Osuuspuutarha Logo -

Livonsaaren Osuuspuutarha

+

Livonsaaren Osuuspuutarha

<%= @inner_content %>