gatherer/css: round the borders more

This commit is contained in:
Astro 2022-11-15 19:02:33 +01:00
parent 73b3641605
commit a12dc753b3

View File

@ -79,7 +79,7 @@ article h2 {
} }
section { section {
background-color: #5582E0; background-color: #5582E0;
border-radius: 0.7rem; border-radius: 0.8rem;
padding: 0.5rem; padding: 0.5rem;
margin: 1.5rem 0.5rem; margin: 1.5rem 0.5rem;
} }
@ -89,7 +89,7 @@ section .title {
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
background-color: #484B90; background-color: #484B90;
border-radius: 0.3rem; border-radius: 0.5rem;
} }
section h3 { section h3 {
display: inline-block; display: inline-block;