Files
zen-kanji/client/src/styles/pages/_lesson.scss
Rene Kievits f703cc5727
All checks were successful
Release Build / build-docker (push) Successful in 1m27s
Release Build / build-android-and-release (push) Successful in 2m59s
add more infos to overview, fix redo lessons button, add readings to review for clarification
2026-01-11 21:36:45 +01:00

22 lines
340 B
SCSS

@use '../abstracts' as *;
.page-container-center {
min-height: 100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: $spacing-md;
overflow-y: auto;
}
.hero-wrapper {
width: $size-hero-wrapper;
height: $size-hero-wrapper;
}
.lesson-canvas-wrapper {
margin: 0 auto;
}