update styles.css

This commit is contained in:
Kyle Belanger 2025-02-18 16:22:10 -05:00
parent 651cb015b3
commit 1d6a5f4950

View file

@ -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);