personal-website/_sass/_layout.scss

32 lines
476 B
SCSS

body {
padding-bottom: 70px;
// font-family: 'Fira Code';
color: var(--global-text-color);
background-color: var(--global-bg-color);
h1, h2, h3, h4, h5, h6 {
scroll-margin-top: 66px;
}
}
body.fixed-top-nav {
// Add some padding for the nav-bar.
padding-top: 56px;
}
body.sticky-bottom-footer {
// Remove padding below footer.
padding-bottom: 0;
}
.container {
max-width: $max-content-width;
}
// Profile
.profile {
img {
width: 90%;
}
}