gatherer/css: round the borders more

This commit is contained in:
Astro 2022-11-15 19:02:33 +01:00
parent 73b3641605
commit a12dc753b3
1 changed files with 2 additions and 2 deletions

View File

@ -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;