Resolved merge conflict.

This commit is contained in:
2020-10-12 00:13:08 +02:00
committed by KevinMidboe

View File

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