Nightly: Sound-Button Padding gleichmäßig (12px 16px), Text zentriert
This commit is contained in:
parent
1820e3ceff
commit
d9a450f06a
1 changed files with 2 additions and 0 deletions
|
|
@ -553,6 +553,8 @@ header p {
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 260px; /* verhindert überlange Buttons, mehr Cards pro Zeile */
|
max-width: 260px; /* verhindert überlange Buttons, mehr Cards pro Zeile */
|
||||||
white-space: nowrap; /* einzeilig */
|
white-space: nowrap; /* einzeilig */
|
||||||
|
padding: 12px 16px; /* gleichmäßiges Padding links/rechts */
|
||||||
|
justify-content: center; /* Text zentrieren */
|
||||||
}
|
}
|
||||||
.sound-wrap { position: relative; display: block; }
|
.sound-wrap { position: relative; display: block; }
|
||||||
.sound-wrap.row .sound { width: 100%; }
|
.sound-wrap.row .sound { width: 100%; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue