Added margin between wine-details.

This commit is contained in:
2020-10-12 00:11:25 +02:00
committed by KevinMidboe
parent 2c574020d0
commit 82068f22a9

View File

@@ -99,13 +99,10 @@ export default {
.wine-details { .wine-details {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
}
h2 { > span {
font-weight: normal; margin-bottom: 0.5rem;
font-size: 1.4rem; }
margin: 2rem 0;
color: $matte-text-color;
} }
.bottom-section { .bottom-section {