updates
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user