Merge pull request #5 from icecreammatt/header-padding

Added 15px of padding so social icons are not flush against the bottom o...
This commit is contained in:
Keichi Takahashi 2015-04-02 00:13:15 +09:00
commit cd24fc9c1b
1 changed files with 1 additions and 0 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 {