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