not found page
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
"Courier New", monospace;
|
||||
--color-black: #000;
|
||||
--color-white: #fff;
|
||||
--text-sm: 0.875rem;
|
||||
--text-sm--line-height: calc(1.25 / 0.875);
|
||||
--text-lg: 1.125rem;
|
||||
--text-lg--line-height: calc(1.75 / 1.125);
|
||||
--text-xl: 1.25rem;
|
||||
@@ -183,9 +185,21 @@
|
||||
.static {
|
||||
position: static;
|
||||
}
|
||||
.m-\[1em\] {
|
||||
margin: 1em;
|
||||
}
|
||||
.m-\[2em\] {
|
||||
margin: 2em;
|
||||
}
|
||||
.m-\[3em\] {
|
||||
margin: 3em;
|
||||
}
|
||||
.mt-\[1em\] {
|
||||
margin-top: 1em;
|
||||
}
|
||||
.mt-\[2em\] {
|
||||
margin-top: 2em;
|
||||
}
|
||||
.mt-\[3em\] {
|
||||
margin-top: 3em;
|
||||
}
|
||||
@@ -302,6 +316,10 @@
|
||||
font-size: var(--text-lg);
|
||||
line-height: var(--tw-leading, var(--text-lg--line-height));
|
||||
}
|
||||
.text-sm {
|
||||
font-size: var(--text-sm);
|
||||
line-height: var(--tw-leading, var(--text-sm--line-height));
|
||||
}
|
||||
.text-xl {
|
||||
font-size: var(--text-xl);
|
||||
line-height: var(--tw-leading, var(--text-xl--line-height));
|
||||
|
||||
Reference in New Issue
Block a user