assets/scss/_styles_project.scss (95 lines of code) (raw):

/* Nothing defined here. The Hugo project that uses this theme can override Bootstrap by adding a file to: assets/scss/_styles_project.scss */ #my-footer ul { list-style: none; font-size: 0.8em; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; padding: 0; } #my-footer li { display: inline; margin-left: 10px; line-height: 40px; } #my-footer img { display: block; margin:auto; max-width: 6rem; max-height: 2.5rem; } .navbar-brand { svg { display: inline-block; margin-right: 20px !important; margin-left: 5px !important; margin-top: 0px !important; margin-bottom: 5px !important; height: 40px !important; } } .td-sidebar-nav { a { &.active { color: $sidebar-nav-active; } } } .card-bottom { margin-bottom: 20px; } // Docsy includes the site name by default. This is in place // to hide the span text, leaving only the logo svg .td-navbar .navbar-brand span:last-child { display: none; } #whyDubbo { padding-top: 100px; padding-bottom: 50px; p { line-height: 1.5em; font-size: 0.9em; } } #whyDubbo2 { padding-top: 30px; padding-bottom: 20px; p { line-height: 1.5em; font-size: 0.9em; } } .home--top-section { text-align: center; } .c-contacts { display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; margin-bottom: -3rem; } .c-contact { margin-left: auto; margin-right: auto; padding-left: 1.5rem; padding-right: 1.5rem; padding-bottom: 3rem; } .contact-picture { max-height: 4rem; max-width: 100%; } .bg-texture:before { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: url('/imgs/pattern_home_hero.svg'); background-repeat: no-repeat; background-position: center center; background-size: cover; }