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:
@@ -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
|
||||
Reference in New Issue
Block a user