Makes footer smaller

master
Florent Revest 2017-07-09 10:57:06 +01:00
parent 1043219078
commit caa5449f75
1 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,13 @@
.footer {
padding-top: 40px;
padding-bottom: 40px;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 100px;
color: #777;
background: #1c1c1c;
text-align: center;
height: 136px;
height: 80px;
}
.footer-links {