update css1

This commit is contained in:
2022-06-21 16:00:10 +02:00
parent eccb868b5c
commit f665ac5f2b
11 changed files with 40 additions and 22 deletions

View File

@@ -75,6 +75,9 @@ img[src*="#absolute"] {
width:200px
}
h1 {
line-height: 4rem;
}
@layer components {
h1 {
@@ -119,8 +122,8 @@ img[src*="#absolute"] {
lg:text-lg
px-12
py-1
mr-5
my-6
lg:mr-5
my-3
border-2
shadow
border-black
@@ -218,7 +221,7 @@ header {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
position: relative;
margin-right: 30px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
opacity: 0.5;
@@ -354,6 +357,11 @@ header {
.zola-anchor {
display: none;
}
@media (min-width: 1024px){
h2 {
font-size: 3.5rem;
}
}
@media (max-width: 640px) {
.banner h2 {
font: 600 7vw/10vw;