Add example cssmodule

This commit is contained in:
Mona Mayrhofer 2025-12-26 14:12:06 +01:00
parent ddf96e81bb
commit b4f7769375
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 374AB152BDEBA1AE
2 changed files with 66 additions and 38 deletions

View file

@ -0,0 +1,31 @@
.welcome {
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
header {
display: flex;
flex-direction: column;
align-items: center;
width: 500px;
max-width: 100vw;
padding: 4px;
img {
width: 100%;
}
}
}
.links {
max-width: 300px;
width: 100%;
padding: 0 4px;
nav {
border-radius: 48px;
border: 1px solid gray;
padding: 6px;
}
}