Browse Source

Modified the footer

master
Marcel Haazen 6 years ago
parent
commit
3adc0e44ea
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      css/style.css

+ 5
- 0
css/style.css View File

@ -214,6 +214,10 @@ footer {
margin-top: 80px;
border-top: 1px solid #e7e7e7;
background-color: #f6f5f6;
bottom: 0;
position: absolute;
left: 0;
right: 0;
}
social a {
@ -495,6 +499,7 @@ elements h1 {
}
body{
background-color: #f6f5f6;
min-height: 100vh;
}
elements small {

Loading…
Cancel
Save