Update styles

This commit is contained in:
Nathan Chapman 2018-11-05 11:01:05 -08:00
parent 8120ece8c4
commit d5a3b61911
3 changed files with 11 additions and 18 deletions

View File

@ -546,21 +546,6 @@
"options": "" "options": ""
} }
] ]
},
{
"id": 1,
"title": "",
"additions": "",
"options": "",
"entrees": [
{
"id": 0,
"name": "Sweet Potato Fries",
"description": "Ask for vegan sriracha mayo",
"price": "9",
"options": "Gluten Free"
}
]
} }
] ]
}, },

View File

@ -18,8 +18,10 @@
</body> </body>
<header class="owl"> <header class="owl">
<h1>Owl Sprit Cafe</h1> <div>
<p>Delicious Homemade Food</p> <h1>Owl Sprit Cafe</h1>
<h2>Delicious Homemade Food</h2>
</div>
<section> <section>
<h3>Fresh Local Food</h3> <h3>Fresh Local Food</h3>

View File

@ -68,11 +68,13 @@ h1, h2, h3, h4 {
h1 { h1 {
margin-top: 0; margin-top: 0;
font-style: italic;
font-size: 3.157em; font-size: 3.157em;
} }
h2 { h2 {
font-size: 2.369em; font-size: 2.369em;
margin: 0;
} }
h3 { h3 {
@ -92,12 +94,16 @@ small {
/* /*
** Layout ** Layout
*/ */
.spread-item { .owl, .spread-item {
display: flex; display: flex;
color: black; color: black;
justify-content: space-around; justify-content: space-around;
flex-flow: row wrap; flex-flow: row wrap;
} }
.owl div {
align-self: center;
}
.spread-item h1 { .spread-item h1 {
padding-top: 0.5em; padding-top: 0.5em;
flex: 1 100%; flex: 1 100%;