le-courage-du-reel/assets/css/src/_section_7-system.scss
isUnknown f7f3d0f0b5 feat: add mobile burger menu, SEO meta tags, and various fixes
- Add burger menu with open/close animation and scroll lock
- Add nav-logo element for mobile header
- Hide nav links on mobile, reveal in fullscreen overlay
- Add title, meta description, Open Graph and Twitter Card tags
- Add canonical URL
- Various SCSS adjustments (hero line-height, excerpt font-weight)
- Fix asset paths

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 18:19:28 +01:00

52 lines
855 B
SCSS

section#system {
display: flex;
justify-content: space-between;
margin: 5rem var(--padding-body);
.text {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 46vw;
max-width: 27rem;
.top {
.section-title {
@include section-title;
}
.title {
@include big-title-xnarrow;
margin-bottom: 2rem;
}
.info {
font-size: var(--font-size-m);
font-weight: 500;
}
}
.bottom {
ul {
li {
list-style: disc;
list-style-position: inside;
font-weight: 500;
}
}
ul:not(:last-child) {
margin-bottom: 3rem;
}
}
}
figure {
width: 55%;
height: 46vw;
img {
object-fit: cover;
width: 100%;
height: 100%;
}
}
}