This commit is contained in:
Tben
2023-07-25 14:43:08 +01:00
parent 3f285b9399
commit a90bb8aed7
6 changed files with 271 additions and 191 deletions
+10
View File
@@ -38,6 +38,16 @@ body {
background-color: var(--dark-color);
color: white;
}
@media (max-width: 1200px) {
main {
padding-top: 200px;
}
}
@media (max-width: 600px) {
main {
padding-top: 150px;
}
}
a {
text-decoration: none;
+4 -30
View File
@@ -110,10 +110,6 @@
position: relative
}
.bottom-\[20px\] {
bottom: 20px
}
.left-0 {
left: 0px
}
@@ -134,30 +130,10 @@
top: 0px
}
.bottom-\[40px\] {
bottom: 40px
}
.top-\[320px\] {
top: 320px
}
.top-\[340px\] {
top: 340px
}
.top-\[330px\] {
top: 330px
}
.top-\[30px\] {
top: 30px
}
.top-\[40px\] {
top: 40px
}
.top-\[35px\] {
top: 35px
}
@@ -553,6 +529,10 @@
padding-left: 1.5rem
}
.pt-20 {
padding-top: 5rem
}
.pt-\[500px\] {
padding-top: 500px
}
@@ -767,12 +747,6 @@
width: 60%
}
.xl\:scale-100 {
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.xl\:flex-row {
flex-direction: row
}