Fix footer pos and add placeholder content

This commit is contained in:
Jan Tuomi
2018-01-24 16:24:47 +02:00
parent 283d5b566e
commit 0e52efb449
3 changed files with 42 additions and 8 deletions
+16
View File
@@ -7,3 +7,19 @@ body {
/*Margin bottom by footer hight*/
margin-bottom: 60px;
}
h3 {
margin: 1rem 0 2rem;
}
nav {
margin-bottom: 2rem;
}
.header-content img {
max-width: 100%;
}
.dropdown-toggle {
cursor: pointer;
}