summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html9
-rw-r--r--static/styles.css5
2 files changed, 11 insertions, 3 deletions
diff --git a/index.html b/index.html
index a560be2..be1f1af 100644
--- a/index.html
+++ b/index.html
@@ -17,11 +17,14 @@
</div>
<div class="category">Events</div>
<p class="work">
- <span class="work-title">Martha&rsquo;s Country Bakery</span> (N 1<sup>st</sup> & Bedford):
- Mondays at 7p.
+ <span class="work-title">Martha&rsquo;s Country Bakery</span> (N 1<sup>st</sup> & Bedford)
+ <br>
+ <span class="schedule">Mondays at 7p</span>
</p>
<p class="work">
- <span class="work-title">Book Club Bar</span>: Tuesday, March 19th at 10p.
+ <span class="work-title">Book Club Bar</span>
+ <br>
+ <span class="schedule">Tuesday, March 19th at 10p</span>
</p>
</div>
</body>
diff --git a/static/styles.css b/static/styles.css
index 914322d..c8d5c6d 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -126,9 +126,14 @@ a:hover {
}
.work-title {
+ font-weight: bold;
letter-spacing: -1px;
}
+.schedule {
+ margin-left: 2em;
+}
+
.contact {
margin-top: .3em;
font-style: italic;