all repos — casinocalc-pwa @ 3f3474a35cf94cf0cbccdaecb6f46b57fc590057

Repetition-based calculator.

Minor css tweaks
Marco Andronaco m.andronaco@mindicity.com
Thu, 15 May 2025 11:12:08 +0200
commit

3f3474a35cf94cf0cbccdaecb6f46b57fc590057

parent

934c917778731dbf049d9e8237091dd1d1e164b2

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M src/index.csssrc/index.css

@@ -85,6 +85,7 @@ }

.header > h1 { margin-bottom: 3rem; + line-height: 2.5rem; } .centered {

@@ -158,6 +159,10 @@ .card-title {

margin-bottom: 0.75rem; margin-top: 0; font-size: 1.25rem; +} + +label { + white-space: nowrap; } footer {