Initial commit

This commit is contained in:
cpu
2025-03-22 22:31:00 +01:00
parent a480ecaf65
commit db06e71e69
3 changed files with 3 additions and 23 deletions

View File

@@ -353,22 +353,6 @@ input[type="file"] {
cursor: pointer;
}
.app-footer {
background-color: #2c3e50;
color: white;
padding: 1rem;
text-align: center;
font-size: 0.9rem;
margin-top: auto; /* This pushes the footer to the bottom when possible */
}
.author-info {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.3rem;
}
/* Push notification controls */
.push-notification-controls {
margin-right: 10px;