This commit is contained in:
Tben
2023-07-19 16:00:48 +01:00
parent d29620ffaa
commit 425b93acb9
5 changed files with 69 additions and 31 deletions
+22
View File
@@ -178,6 +178,10 @@
margin-top: 1rem
}
.-mt-\[80px\] {
margin-top: -80px
}
.flex {
display: flex
}
@@ -365,6 +369,14 @@
padding-top: 450px
}
.pt-\[480px\] {
padding-top: 480px
}
.pt-\[500px\] {
padding-top: 500px
}
.text-5xl {
font-size: 3rem;
line-height: 1
@@ -398,6 +410,11 @@
line-height: 1.75rem
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem
}
.uppercase {
text-transform: uppercase
}
@@ -492,6 +509,11 @@
.md\:pt-0 {
padding-top: 0px
}
.md\:text-5xl {
font-size: 3rem;
line-height: 1
}
}
@media (min-width: 1200px) {