Improve footer design
This commit is contained in:
parent
9aeea54465
commit
8441ac9a2a
1 changed files with 4 additions and 7 deletions
|
@ -28,7 +28,7 @@ body {
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.5;
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 60px;
|
||||
margin-bottom: 6em;
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
@ -36,14 +36,11 @@ body {
|
|||
bottom: 0;
|
||||
width: 100%;
|
||||
/* Set the fixed height of the footer here */
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
background-color: #f5f5f5;
|
||||
padding: 1em 0;
|
||||
background-color: #f8f8f8;
|
||||
border-top: 1px solid #e7e7e7;
|
||||
}
|
||||
|
||||
.footer p {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue