Přidán interaktivní příběh Butcher

This commit is contained in:
2024-09-03 20:54:55 +02:00
parent efd292e779
commit 4e4de106b0
15 changed files with 374 additions and 2 deletions

View File

@ -0,0 +1,18 @@
.columns-container {
display: flex;
align-items: center;
justify-content: center;
}
.columns-container .column-left {
width: 35%;
}
.columns-container .column-right {
width: 65%;
}
.login-form,
.register-form {
display: none;
}