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:
parent
bc264a0eff
commit
64e87cd4a8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user