From b181565276e37d1e240c97fe3dd39d82f26d7d49 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Tue, 2 Aug 2022 21:24:47 +0200 Subject: [PATCH] Add Header Restructure --- .htaccess | 4 ++++ bausystem/index.html | 2 -- index.css | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index e69de29..dc3ae30 100644 --- a/.htaccess +++ b/.htaccess @@ -0,0 +1,4 @@ + +Order Allow,Deny +Deny from All + \ No newline at end of file diff --git a/bausystem/index.html b/bausystem/index.html index c00ddff..ddafba1 100644 --- a/bausystem/index.html +++ b/bausystem/index.html @@ -20,8 +20,6 @@ - - diff --git a/index.css b/index.css index 5153cfe..0d71c50 100644 --- a/index.css +++ b/index.css @@ -124,7 +124,7 @@ header { justify-content: center; height: 100%; color: white; - font-size: 2.5vh; + font-size: clamp(20px, 2.5vh, 100px); user-select: none; -webkit-user-select: none; -khtml-user-select: none;