Update styles
This commit is contained in:
parent
8120ece8c4
commit
d5a3b61911
15
data.json
15
data.json
@ -546,21 +546,6 @@
|
||||
"options": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"title": "",
|
||||
"additions": "",
|
||||
"options": "",
|
||||
"entrees": [
|
||||
{
|
||||
"id": 0,
|
||||
"name": "Sweet Potato Fries",
|
||||
"description": "Ask for vegan sriracha mayo",
|
||||
"price": "9",
|
||||
"options": "Gluten Free"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@ -18,8 +18,10 @@
|
||||
|
||||
</body>
|
||||
<header class="owl">
|
||||
<h1>Owl Sprit Cafe</h1>
|
||||
<p>Delicious Homemade Food</p>
|
||||
<div>
|
||||
<h1>Owl Sprit Cafe</h1>
|
||||
<h2>Delicious Homemade Food</h2>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<h3>Fresh Local Food</h3>
|
||||
|
||||
@ -68,11 +68,13 @@ h1, h2, h3, h4 {
|
||||
|
||||
h1 {
|
||||
margin-top: 0;
|
||||
font-style: italic;
|
||||
font-size: 3.157em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2.369em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
@ -92,12 +94,16 @@ small {
|
||||
/*
|
||||
** Layout
|
||||
*/
|
||||
.spread-item {
|
||||
.owl, .spread-item {
|
||||
display: flex;
|
||||
color: black;
|
||||
justify-content: space-around;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.owl div {
|
||||
align-self: center;
|
||||
}
|
||||
.spread-item h1 {
|
||||
padding-top: 0.5em;
|
||||
flex: 1 100%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user