improve footer rendering on narrow screens when text wraps to 2 lines.
This commit is contained in:
parent
8d4a3fdf84
commit
9f4de23dd8
@ -18,9 +18,9 @@ html, body {
|
||||
}
|
||||
|
||||
.footer {
|
||||
height: 50px;
|
||||
height: 60px;
|
||||
padding: 15px;
|
||||
margin-top: 70px;
|
||||
margin-top: 60px;
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user