Refactor HTML and Python code for improved readability and consistency

This commit is contained in:
Joakim Hellsén 2025-07-10 04:31:57 +02:00
commit b8a1cc4ff4
3 changed files with 83 additions and 114 deletions

View file

@ -50,16 +50,16 @@
max-width: 120px;
max-height: 120px;
}
.hover-effect {
transition: all 0.3s ease;
}
.hover-effect:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}
.card-header h3 {
font-size: 1.5rem;
}