Cleaned up some styling.
This commit is contained in:
@@ -61,7 +61,6 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import "./src/styles/media-queries";
|
@import "./src/styles/media-queries";
|
||||||
@import "./src/styles/global";
|
|
||||||
@import "./src/styles/variables";
|
@import "./src/styles/variables";
|
||||||
|
|
||||||
.wine {
|
.wine {
|
||||||
@@ -96,11 +95,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wine-details {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
@@ -108,6 +102,11 @@ h2 {
|
|||||||
color: $matte-text-color;
|
color: $matte-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wine-details {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
.bottom-section {
|
.bottom-section {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user