Update styles.css

This commit is contained in:
Kyle
2020-06-04 17:46:58 -07:00
parent 9168322327
commit 6790c1d1df

View File

@@ -364,6 +364,10 @@ input[type='checkbox'], select, option, input[type='file'], button {
word-break: break-word; word-break: break-word;
} }
.cornered {
border-radius: 0.5rem;
}
.justify { .justify {
text-align: justify; text-align: justify;
} }