This repository has been archived on 2023-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
sophie-lewis-hugo/themes/sophie-lewis/assets/scss/main.scss

76 lines
1.2 KiB
SCSS

$section-padding: 1rem 0rem;
$section-padding-desktop: $section-padding;
$section-padding-large: $section-padding;
$gray: #707070;
@import "./bulma/bulma.sass";
.nav-tabs.tabs {
li:first-of-type a {
justify-content: left !important;
}
li:last-of-type a {
justify-content: right !important;
}
a {
padding: 0.5rem;
font-size: 1.3rem;
}
padding: 0.8rem 0;
.is-active a {
text-decoration: underline;
font-weight: bold;
color: $tabs-link-color;
border-bottom-color: $tabs-border-bottom-color;
}
}
.is-size-0 {
font-size: 5rem;
}
.header .hero-body {
padding-left: 0px !important;
padding-top: 8em;
}
hr {
background-color: $gray;
height: 0.1rem;
}
#content {
font-size: 1.1rem;
p {
padding-bottom: 2rem;
}
table {
table-layout: fixed;
width: 100%;
p {
padding-bottom: 0 !important;
}
}
td {
padding: 0.5rem 0;
}
iframe {
padding-bottom: 1rem;
}
}
#content-column {
@media all and (max-width: 1216px) {
padding: 0 2rem;
}
@media all and (min-width: 1408px) {
padding-right: 6.5rem !important;
}
}