improve spacings

This commit is contained in:
Philipp Kühn 2019-05-05 23:08:28 +02:00
parent 76dca53d80
commit a22185de57
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ export default {
font-weight: bold; font-weight: bold;
color: rgba($color-black, 0.5); color: rgba($color-black, 0.5);
color: #27b127; color: #27b127;
margin-bottom: 0.5rem; margin-bottom: 1rem;
text-transform: uppercase; text-transform: uppercase;
font-size: 0.7rem; font-size: 0.7rem;
line-height: 1; line-height: 1;

View File

@ -79,7 +79,7 @@ h3 {
color: rgba($color-black, 0.7); color: rgba($color-black, 0.7);
padding: 1rem; padding: 1rem;
border-radius: 6px; border-radius: 6px;
margin-bottom: 1rem; margin-bottom: 1.5rem;
font-style: italic; font-style: italic;
} }