working nice. docker uses bun

This commit is contained in:
2025-08-12 23:40:08 +02:00
parent f0922f485d
commit ea9cdb7692
83 changed files with 3005 additions and 422 deletions

View File

@@ -5,7 +5,10 @@
<article class="main-container">
<div class="header">
<h2>{title}</h2>
<div class="title">
<h2>{title}</h2>
<slot name="top-left" />
</div>
<label>{description}</label>
</div>
@@ -25,5 +28,10 @@
.header {
display: flex;
flex-direction: column;
.title {
display: flex;
justify-content: space-between;
}
}
</style>