.mvn
docs
css
img
js
mail
scss
_bootstrap-overrides.scss
_contact.scss
_footer.scss
_global.scss
_masthead.scss
_mixins.scss
_navbar.scss
_portfolio.scss
_variables.scss
freelancer.scss
vendor
LICENSE
README.md
gulpfile.js
index.html
package-lock.json
package.json
platformQuickStarts
scripts
webgoat-container
webgoat-images
webgoat-lessons
webgoat-server
webwolf
.gitignore
.travis.yml
CREATE_RELEASE.MD
README.MD
buildspec.yml
docker-compose-local.yml
docker-compose-postgres.yml
docker-compose.yml
mvn-debug
mvnw
mvnw.cmd
pom.xml
27 lines
414 B
SCSS
27 lines
414 B
SCSS
header.masthead {
|
|
padding-top: calc(6rem + 72px);
|
|
padding-bottom: 6rem;
|
|
h1 {
|
|
font-size: 3rem;
|
|
line-height: 3rem;
|
|
}
|
|
h2 {
|
|
font-size: 1.3rem;
|
|
@include body-font;
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
header.masthead {
|
|
padding-top: calc(6rem + 106px);
|
|
padding-bottom: 6rem;
|
|
h1 {
|
|
font-size: 4.75em;
|
|
line-height: 4rem;
|
|
}
|
|
h2 {
|
|
font-size: 1.75em;
|
|
}
|
|
|
|
}
|
|
}
|