Cleaned up some styling.

This commit is contained in:
2020-10-11 23:31:20 +02:00
committed by KevinMidboe
parent 0ad3d4cafd
commit ba522c350a

View File

@@ -61,7 +61,6 @@ export default {
<style lang="scss" scoped>
@import "./src/styles/media-queries";
@import "./src/styles/global";
@import "./src/styles/variables";
.wine {
@@ -96,11 +95,6 @@ export default {
}
}
.wine-details {
display: flex;
flex-direction: column;
}
h2 {
font-weight: normal;
font-size: 1.4rem;
@@ -108,6 +102,11 @@ h2 {
color: $matte-text-color;
}
.wine-details {
display: flex;
flex-direction: column;
}
.bottom-section {
width: 100%;
margin-top: 1rem;