From fd0e937eeb177c4a8d0ac6e2314b3bebe4cf4fe9 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Sat, 28 Sep 2013 22:34:41 -0500 Subject: [PATCH] Adjusting sizes, intended to print landscape. --- index.html | 15 +++++---------- nursery-schedule.scss | 11 ++++++++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index b5d3709..346e7ae 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,6 @@

First Sunday, Oct. 6th

-

AM

  • Toddlers
  • Sara Bernard
  • @@ -23,8 +22,8 @@
-

PM

    +
  • Evening Service
  • Susan Miller
  • TBD
@@ -34,7 +33,6 @@

Second Sunday, Oct. 13th

-

AM

  • Toddlers
  • Sara Bernard
  • @@ -49,8 +47,8 @@
-

PM

    +
  • Evening Service
  • Zoe Torres
  • Hannah Torres
@@ -60,7 +58,6 @@

Third Sunday, Oct. 20th

-

AM

  • Toddlers
  • Sara Bernard
  • @@ -75,8 +72,8 @@
-

PM

    +
  • Evening Service
  • TBD
  • Alayna Robert
@@ -86,7 +83,6 @@

Fourth Sunday, Oct. 27th

-

AM

  • Toddlers
  • Sara Bernard
  • @@ -101,8 +97,8 @@
-

PM

    +
  • Evening Service
  • Deidra Dawson
  • Shekinah Dawson
@@ -112,7 +108,6 @@

Fifth Sunday

-

AM

  • Toddlers
  • Sara Bernard
  • @@ -127,8 +122,8 @@
-

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; } +