Fix spacing pagina index

This commit is contained in:
2026-04-17 11:45:21 +02:00
parent 31602977b7
commit 87a58068f0
2 changed files with 11 additions and 1 deletions
+9 -1
View File
@@ -33,7 +33,7 @@ h1 {
h2 {
font-size: 2rem;
margin-bottom: 30px;
margin-bottom: 5px;
}
p {
@@ -141,6 +141,14 @@ p[style*="color: green"] {
color: #51cf66 !important;
}
/* Horizontal Rule */
hr {
border: none;
height: 2px;
background: linear-gradient(90deg, transparent, #00d4ff, transparent);
margin: 30px 0;
}
/* Table Styles */
table {
width: 100%;