diff --git a/gatherer/assets/style.css b/gatherer/assets/style.css index 62b6905..25356c0 100644 --- a/gatherer/assets/style.css +++ b/gatherer/assets/style.css @@ -79,7 +79,7 @@ article h2 { } section { background-color: #5582E0; - border-radius: 0.7rem; + border-radius: 0.8rem; padding: 0.5rem; margin: 1.5rem 0.5rem; } @@ -89,7 +89,7 @@ section .title { flex-wrap: wrap; justify-content: space-between; background-color: #484B90; - border-radius: 0.3rem; + border-radius: 0.5rem; } section h3 { display: inline-block;