update styles.css
This commit is contained in:
parent
651cb015b3
commit
1d6a5f4950
1 changed files with 14 additions and 2 deletions
|
@ -521,8 +521,15 @@
|
||||||
.static {
|
.static {
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
.block {
|
.grid {
|
||||||
display: block;
|
display: grid;
|
||||||
|
}
|
||||||
|
.text-center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.text-2xl {
|
||||||
|
font-size: var(--text-2xl);
|
||||||
|
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
||||||
}
|
}
|
||||||
.outline {
|
.outline {
|
||||||
outline-style: var(--tw-outline-style);
|
outline-style: var(--tw-outline-style);
|
||||||
|
@ -535,6 +542,11 @@
|
||||||
#coverLetterSection {
|
#coverLetterSection {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@layer base {
|
||||||
|
textarea {
|
||||||
|
resize: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
@keyframes spin {
|
@keyframes spin {
|
||||||
to {
|
to {
|
||||||
transform: rotate(360deg);
|
transform: rotate(360deg);
|
||||||
|
|
Loading…
Reference in a new issue