diff --git a/src/landingpage.scss b/src/landingpage.scss new file mode 100644 index 0000000..d8e825c --- /dev/null +++ b/src/landingpage.scss @@ -0,0 +1,19 @@ +.landingpage { + @extend .content; + text-align: center; + + .jumbotron { + background: none; + } + + .logo { + width: 220px; + max-width:100%; + } + + svg.octicon { + height: 24px; + margin-right: 8px; + fill: $brand-primary; + } +} diff --git a/src/main.scss b/src/main.scss index d2e3382..2758ee8 100644 --- a/src/main.scss +++ b/src/main.scss @@ -1,6 +1,8 @@ @import "colors"; @import "../node_modules/bootstrap/scss/bootstrap"; +@import "landingpage"; + .navbar { padding: 21px 32px; border-bottom: 1px solid $accent-color;