diff --git a/data.json b/data.json index db277c3..10dc10b 100644 --- a/data.json +++ b/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" - } - ] } ] }, diff --git a/index.html b/index.html index bfe5da4..dbf48f6 100644 --- a/index.html +++ b/index.html @@ -18,8 +18,10 @@
-

Owl Sprit Cafe

-

Delicious Homemade Food

+
+

Owl Sprit Cafe

+

Delicious Homemade Food

+

Fresh Local Food

diff --git a/styles/index.css b/styles/index.css index 5a4a9d8..2a8f94c 100644 --- a/styles/index.css +++ b/styles/index.css @@ -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%;