Anzeigebreite auf schmalen Bildschirmen angepasst

This commit is contained in:
Matthias Grief
2024-11-19 14:52:39 +01:00
parent bd173d296d
commit 2a0f3b46d4
4 changed files with 5 additions and 19 deletions

View File

@@ -203,7 +203,6 @@ body {
justify-content: center;
gap: 0.5rem;
transform: translateY(0); /* Set initial transform state */
transition: all 0.2s ease;
}
.download-btn:hover {
@@ -323,22 +322,6 @@ body {
flex-wrap: wrap;
}
.download-btn {
color: white;
padding: 0.75rem 1.25rem;
border-radius: 10px;
text-decoration: none;
font-size: 0.9rem;
transition: all 0.2s ease;
backdrop-filter: blur(5px);
flex: 1;
min-width: 120px;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
.download-btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

View File

@@ -174,6 +174,7 @@ body {
.main-content {
margin-left: 0;
padding: 1rem;
}
}