From 4828efb9e59bd43fe27f591984e12174445ef52c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 9 Dec 2020 15:07:07 +0100 Subject: [PATCH] Changed Logo Text to bottom of Logo Grafic --- style/freibier.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/style/freibier.css b/style/freibier.css index 99e06d6..083579c 100644 --- a/style/freibier.css +++ b/style/freibier.css @@ -85,6 +85,9 @@ strong {font-family: 'HKGroteskBold'; } align-items: center; position: relative;} +.logo img {margin-left: 30%; margin-right: 30%; + margin-top: 7%; margin-bottom:7%;} + .column { float: left; } @@ -108,14 +111,15 @@ strong {font-family: 'HKGroteskBold'; } clear: both; } -/* Centered text */ +/* Centered text in Logo*/ .centered { position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - font-size: 2vw; + top: 85%; +/* left: 50%; + transform: translate(-0%, -50%);*/ + text-align: center; color: lime; + font-size: 1.2em; font-family: 'HKGroteskRegular'; font-weight: normal; font-style: normal; } @@ -259,7 +263,7 @@ strong {font-family: 'HKGroteskBold'; } display: none; } } -@media (max-width: 54em) { +@media (max-width: 65em) { .column { width: 94%; }