mirror of
https://github.com/iLay1678/i-tools.git
synced 2025-07-03 02:32:17 +08:00
21 lines
226 B
SCSS
21 lines
226 B
SCSS
|
|
.max-w-3xl {
|
|
max-width: 48rem;
|
|
}
|
|
|
|
.mx-auto {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.mt-4 {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.h-\[52px\] {
|
|
height: 52px;
|
|
} |