CSS part 2
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Tue, 30 Jul 2019 03:05:44 +0000 (20:05 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Tue, 30 Jul 2019 03:05:44 +0000 (20:05 -0700)
static/css/style.css

index 2d6448d7f59b32c319133fef13556905398bc796..2d731c2f16c85f5717e4846b8da4fd17e6277b2e 100644 (file)
@@ -158,6 +158,18 @@ sub {
 
 section.wrapper.special h2 {
   width: 100%;
+  text-align: center;
+  border-bottom: 1px solid rgba(0,0,0,.1);
+  padding-bottom: 1.5rem;
+}
+
+.sessblock.roomheader {
+  border-bottom: 1px solid rgba(0,0,0,.1);
+  padding: 0.5rem 0;
+}
+
+.sessblock:not(.roomheader) {
+  margin: 1.5rem 0;
 }
 
 @media (min-width: 576px) {