Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Carrier <icecreammatt@gmail.com>2015-03-31 10:52:58 +0300
committerMatt Carrier <icecreammatt@gmail.com>2015-03-31 10:52:58 +0300
commitbc264a0effafcac83d97b3b813613c8947a84c9c (patch)
tree983251d7baec48d20ce931148220a6bd0ff79908
parent860dd3eb62e9e73d89c891292790840ec7276589 (diff)
Added 15px of padding so social icons are not flush against the bottom of the header
-rw-r--r--static/css/main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index ded9ed0..585c510 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -28,6 +28,7 @@ main {
.header-text .sns-links {
margin: 20px auto;
text-align: center;
+ padding-bottom: 15px;
}
.header-text .sns-links a {