summaryrefslogtreecommitdiff
path: root/2/css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-07-03 13:43:36 -0400
committerThomas Park <thomas@thomaspark.me>2014-07-03 13:43:36 -0400
commit2e4df6c6672a4d24dea8aaaf89fea3f00f791efc (patch)
tree640859075e287fa00527982562818605a7f8c24e /2/css
parent8b50cb93ef6a43f2177eb97b7a3edbaa76bb0d08 (diff)
shrink alert on v2 site
Diffstat (limited to '2/css')
-rw-r--r--2/css/bootswatch.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/2/css/bootswatch.css b/2/css/bootswatch.css
index b0b8b40b..649aea7b 100644
--- a/2/css/bootswatch.css
+++ b/2/css/bootswatch.css
@@ -10,13 +10,17 @@ section {
}
.hero-unit {
+ padding-top: 20px;
padding-bottom: 5px;
background-color: #F3F3F3;
border: 1px solid #ddd;
text-align: center;
}
-.hero-unit h1,
+.hero-unit h1 {
+ margin-top: 30px;
+}
+
.hero-unit p {
margin-bottom: 15px;
}