This commit is contained in:
Benjamin Toby
2025-02-16 17:12:40 +01:00
parent e9761cc971
commit e95f4d1087
628 changed files with 3091 additions and 1073 deletions
+29
View File
@@ -616,6 +616,10 @@
margin-top: 1.25rem
}
.mt-6 {
margin-top: 1.5rem
}
.mt-8 {
margin-top: 2rem
}
@@ -680,6 +684,10 @@
height: 3rem
}
.h-14 {
height: 3.5rem
}
.h-16 {
height: 4rem
}
@@ -740,6 +748,10 @@
height: 150px
}
.h-\[17px\] {
height: 17px
}
.h-\[300px\] {
height: 300px
}
@@ -865,6 +877,10 @@
width: 2.25rem
}
.w-\[17px\] {
width: 17px
}
.w-\[40\%\] {
width: 40%
}
@@ -945,10 +961,18 @@
max-width: 1200px
}
.max-w-\[200px\] {
max-width: 200px
}
.max-w-\[500px\] {
max-width: 500px
}
.max-w-\[70vw\] {
max-width: 70vw
}
.max-w-\[740px\] {
max-width: 740px
}
@@ -1794,6 +1818,11 @@
padding-bottom: 2rem
}
.\!px-0 {
padding-left: 0px !important;
padding-right: 0px !important
}
.pb-0 {
padding-bottom: 0px
}