Update styles

This commit is contained in:
Nathan Chapman 2021-01-11 17:57:05 -07:00
parent 16406f75a4
commit 023ebffc11
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
@ -18,9 +18,9 @@
</body>
<header class="owl">
<aside class="notice">
<!-- <aside class="notice">
<h3>The Owl Sprit will be closed for renovations until mid March</h3>
</aside>
</aside> -->
<div>
<h1>Owl Sprit Cafe</h1>
<h2>Delicious Homemade Food</h2>

View File

@ -50,6 +50,7 @@ body {
color: white;
max-width: 1024px;
margin: auto;
padding-bottom: 100px;
}
a {
@ -95,6 +96,8 @@ small {
** Layout
*/
.owl, .spread-item {
border-top: 1em solid black;
border-bottom: 1em solid black;
display: flex;
color: black;
justify-content: space-around;