diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -84,6 +84,7 @@ form.creation { background-color: var(--b2); padding: 1em; margin-top: 2em; + border-radius: 4px; } form.creation>h3 { @@ -127,6 +128,7 @@ li { padding: 1em; margin: .5em; margin-left: 0; + border-radius: 4px; } .name { @@ -234,6 +236,7 @@ h3 { /* grid-auto-rows: minmax(5em, 2); */ /* grid-template-columns: repeat(2, calc(50% - 2em)); */ grid-template-columns: auto 10em; + border-radius: 4px; } form.box> :first-child, |