chore: profile

This commit is contained in:
2026-02-13 00:52:02 +01:00
parent d9faa486d2
commit 41e3d018e6
2 changed files with 128 additions and 101 deletions
+5 -1
View File
@@ -135,7 +135,7 @@ function setViewMode(componentName: string) {
&-view {
display: flex;
justify-content: center;
height: 100vh;
min-height: 500px;
max-height: 2000px;
@@ -236,6 +236,10 @@ function setViewMode(componentName: string) {
}
@include responsive.midScreen {
.scenery-view {
height: auto;
}
.scenery-wrapper {
grid-template-columns: 1fr;
gap: 0;