1
0
Fork 0

Remove: old css

This commit is contained in:
Aroy-Art 2025-05-16 11:09:02 +02:00
parent 92b3482110
commit 32851bead5
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 2 additions and 11 deletions

View file

@ -5,15 +5,6 @@
font-family: Arial, sans-serif;
}
header {
margin-bottom: 20px;
text-align: center;
}
h1 {
color: #333;
}
.controls {
display: flex;
justify-content: space-between;

View file

@ -1,6 +1,6 @@
<div class="container">
<header>
<h1>{{ title }}</h1>
<header class="text-center m-6">
<h1 class="text-3xl font-bold">{{ title }}</h1>
</header>
<div class="controls">