ADD: Customers

This commit is contained in:
webfussel 2024-05-21 09:03:37 +02:00
parent 1137cec1c1
commit d8e647ea40
2 changed files with 0 additions and 2 deletions

View file

@ -117,7 +117,6 @@ h3 {
a { a {
text-decoration: none; text-decoration: none;
color: var(--color-link);
transition: var(--transition-time); transition: var(--transition-time);
} }

View file

@ -5,7 +5,6 @@
.Header { .Header {
padding: 15px calc(15vw - 30px); padding: 15px calc(15vw - 30px);
width: 100%; width: 100%;
color: var(--color-header);
background: transparent; background: transparent;
top: 0; top: 0;
position: fixed; position: fixed;