Cut down the website to bare minimum. Meat & Eggs currently just points to eggs. Need to decide how that should play out.

This commit is contained in:
Wynne Crisman
2020-05-07 15:09:06 -07:00
parent 6e6cbbbcc7
commit 998209817f
18 changed files with 2265 additions and 867 deletions

View File

@@ -1,13 +1,14 @@
#visiting {
.visitSlideshow {
border: 2px solid black;
margin: 0 auto;
width: 100%;
max-width: 560px;
max-height: 398px;
img {
width: 100%;
}
}
}
#visiting
.visitSlideshow
border: 2px solid black
margin: 0 auto
width: 100%
max-width: 560px
max-height: 398px
img
width: 100%
.visitSlideshowInstructions
color: #555
text-align: center
font-family: arial
font-size: .8em