From f359e2a750f0808fadca6eb78af39315bc28699f Mon Sep 17 00:00:00 2001 From: CodeSteak Date: Wed, 15 Jan 2020 21:35:21 +0100 Subject: [PATCH] Fix Header --- prototype/src/main/resources/static/css/ecom.css | 1 + .../src/main/resources/templates/fragments/header.html | 9 +++------ 2 files changed, 4 insertions(+), 6 deletions(-) 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 @@