Line 17: | Line 17: | ||
.card { | .card { | ||
height: 100%; | height: 100%; | ||
+ | } | ||
+ | |||
+ | .page-header { | ||
+ | height: 500px; | ||
+ | } | ||
+ | |||
+ | .page-header back { | ||
+ | opacity: 0.5; | ||
} | } | ||
Revision as of 21:27, 19 August 2018
- !
* Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features) * Copyright 2013-2017 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE) */
body {
padding-top: 54px;
}
@media (min-width: 992px) {
body { padding-top: 56px; }
}
.card {
height: 100%;
}
.page-header {
height: 500px;
}
.page-header back {
opacity: 0.5;
}
.bg-image-full {
height: 100%; background-color: #f2f2f2;
}