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 { .footer {
padding-top: 20px; padding-top: 20px;
padding-bottom: 20px; padding-bottom: 20px;
margin-top: 100px;
color: #777; color: #777;
background: #1c1c1c; background: #1c1c1c;
text-align: center; text-align: center;

View File

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

View File

@ -39,7 +39,7 @@
*/ */
body { body {
position: relative; /* For scrollyspy */ 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 */ /* Keep code small in tables on account of limited space */