Spacing and image fixes

- Move generic images to the folder for template assets
- Redo docs landing page
- Fix spacing issues on many pages
- Remove lots of defunct styles
This commit is contained in:
mDuo13
2020-09-09 19:32:15 -07:00
parent edd2b145bc
commit eb6142f270
129 changed files with 488 additions and 420 deletions

View File

@@ -7,9 +7,17 @@
white-space: pre;
-webkit-transition: opacity 200ms ease, color 200ms ease;
transition: opacity 200ms ease, color 200ms ease;
@include media-breakpoint-down(md) {
img {
width: 120px;
}
}
}
.navbar-brand:hover {
opacity: 0.5;
opacity: 1.0;
// Hack: turn white logo to approximately $green
filter: brightness(0.5) sepia(1) saturate(5000%) hue-rotate(114deg) brightness(1.96) saturate(87%);
}
// Main Links ----------------------------------------------------------------