web: render studio page

This commit is contained in:
2026-05-19 06:52:47 +02:00
parent 10c8ce194c
commit 0e5f9f7769
8 changed files with 225 additions and 0 deletions
@@ -0,0 +1,36 @@
.studioHeader {
position: relative;
width: var(--size-width-lead);
max-width: 100%;
margin: 0 auto var(--spacing-l);
}
.logos {
display: flex;
flex-direction: column;
align-items: center;
gap: var(--spacing-xs);
margin-bottom: var(--spacing-m);
}
.mainLogo {
display: block;
width: 100%;
max-width: 16rem;
height: auto;
margin: var(--spacing-xs) 0;
}
.studentfestivalen {
display: block;
width: 100%;
max-width: 27rem;
height: auto;
}
.fadderuke {
display: block;
width: 100%;
max-width: 30rem;
height: auto;
}