diff --git a/styles.css b/styles.css index 33dd1d17..23515e65 100644 --- a/styles.css +++ b/styles.css @@ -364,6 +364,10 @@ input[type='checkbox'], select, option, input[type='file'], button { word-break: break-word; } +.cornered { + border-radius: 0.5rem; +} + .justify { text-align: justify; }