Removed 15px padding since this caused too much padding in Chrome.

Added a 1px padding bottom under the .header-text which causes Firefox to match chrome without changing Chrome very much.
This commit is contained in:
Matt Carrier 2015-03-31 13:10:01 -07:00
parent bc264a0eff
commit 64e87cd4a8
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ main {
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
color: rgba(255, 255, 255, 0.9);
padding-bottom: 1px;
}
.header-text .tag-line {
@ -28,7 +29,6 @@ main {
.header-text .sns-links {
margin: 20px auto;
text-align: center;
padding-bottom: 15px;
}
.header-text .sns-links a {