Refine styles for Store-Buttons in ClientView

Updated comment for clarity and adjusted margin.
This commit is contained in:
Dome
2026-04-07 20:16:15 +02:00
committed by GitHub
parent edd095efc4
commit 3ca9c00725
+2 -2
View File
@@ -86,10 +86,10 @@
} }
.ClientView .actions img { .ClientView .actions img {
max-width: 160px; /* Begrenzt die Breite der Store-Buttons mobil */ max-width: 160px; /* Begrenzt die Breite der Store-Buttons (Google Play / F-Droid) */
height: auto; height: auto;
display: block; display: block;
margin: 0 auto; margin: 5px auto;
} }
@media screen and (max-width: 480px) { @media screen and (max-width: 480px) {