Landing Page: Change image and make footer visible

master
Florent Revest 2017-12-03 14:42:46 +01:00
parent 4948222714
commit f763a1090f
4 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 318 KiB

View File

@ -8,7 +8,6 @@
.footer {
padding-top: 20px;
padding-bottom: 20px;
margin-top: 100px;
color: #777;
background: #1c1c1c;
text-align: center;

View File

@ -7,7 +7,7 @@
color: @navbar-inverse-link-color;
background-color: @navbar-inverse-bg;
display: flex;
min-height: calc(~"100vh - 230px");
min-height: calc(~"100vh - 150px");
align-items: center;
}

View File

@ -39,7 +39,7 @@
*/
body {
position: relative; /* For scrollyspy */
padding-top: 50px; /* Account for fixed navbar */
padding-top: 70px; /* Account for fixed navbar */
}
/* Keep code small in tables on account of limited space */