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:
commit
cd24fc9c1b
@ -14,6 +14,7 @@ main {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgba(0, 0, 0, 0.4);
|
background-color: rgba(0, 0, 0, 0.4);
|
||||||
color: rgba(255, 255, 255, 0.9);
|
color: rgba(255, 255, 255, 0.9);
|
||||||
|
padding-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-text .tag-line {
|
.header-text .tag-line {
|
||||||
|
Loading…
Reference in New Issue
Block a user