diff --git a/prototype/src/main/resources/static/css/ecom.css b/prototype/src/main/resources/static/css/ecom.css index ac45b4b..68556d2 100644 --- a/prototype/src/main/resources/static/css/ecom.css +++ b/prototype/src/main/resources/static/css/ecom.css @@ -258,6 +258,7 @@ button, .button { font-family: "Fira Mono"; font-weight: bold; text-decoration: none; + text-align: center; background-color: var(--c-primary); color: var(--c-base); diff --git a/prototype/src/main/resources/templates/fragments/header.html b/prototype/src/main/resources/templates/fragments/header.html index 15f92df..ffd36d7 100644 --- a/prototype/src/main/resources/templates/fragments/header.html +++ b/prototype/src/main/resources/templates/fragments/header.html @@ -7,16 +7,13 @@