inital-release

This commit is contained in:
mike
2025-12-16 15:04:54 +01:00
parent 977aff0697
commit bd86a2354a
4 changed files with 45 additions and 16 deletions

View File

@@ -113,9 +113,9 @@ body {
.grid-section {
flex: 1;
display: flex;
align-items: center;
align-items: flex-start;
justify-content: center;
padding: 5px;
padding: 5px 5px 0 5px;
overflow: hidden;
background: #f8f9fa;
}