-
PM
+ Evening Service
- TBD
-
- TBD
diff --git a/nursery-schedule.scss b/nursery-schedule.scss
index 6c77f07..d6c5093 100644
--- a/nursery-schedule.scss
+++ b/nursery-schedule.scss
@@ -11,6 +11,8 @@
margin: 0;
padding: 0; }
+html { font-size: 90%; }
+
/*html {
background-color: $bgColor;
color: $fgColor;
@@ -25,10 +27,13 @@ footer,header,hgroup,menu,nav,section {
.first, .second, .third, .fourth, .fifth {
display: inline-block;
+ margin-bottom: 2rem;
vertical-align: top;
width: 20em; }
-h3 { margin-bottom: 0.5rem; }
+.date {
+ float: right;
+ margin-right: 5rem; }
ul { list-style: none; }
@@ -37,5 +42,5 @@ ul { list-style: none; }
width: 9rem; }
div.am, div.pm {
- margin-top: 0.5rem;
-}
+ margin-top: 0.5rem; }
+