Requested wines header looks the same as other headers.

This commit is contained in:
2020-11-02 15:16:39 +01:00
parent 3aa989d2c1
commit 003f0d1c4d

View File

@@ -40,6 +40,21 @@ export default {
<style lang="scss" scoped>
@import "../styles/media-queries.scss";
@import "./src/styles/variables.scss";
.container {
width: 90vw;
margin: 3rem auto;
margin-bottom: 0;
padding-bottom: 3rem;
}
h1 {
font-size: 3rem;
font-family: "knowit";
color: $matte-text-color;
font-weight: normal;
}
.requested-wines-container{
display: flex;