From 05e129bc13ccf79ed8aa6e9151f6aac8f5a7d216 Mon Sep 17 00:00:00 2001 From: smithse Date: Tue, 17 Dec 2024 13:10:01 +0800 Subject: [PATCH] Update style.css Added margins to control buttons which appear without any margins on iPhone --- RX_FSK/data/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RX_FSK/data/style.css b/RX_FSK/data/style.css index 45b7761..386554c 100755 --- a/RX_FSK/data/style.css +++ b/RX_FSK/data/style.css @@ -197,8 +197,10 @@ h1{ text-align: center; text-decoration: none; display: block; - margin: 2; font-size: 4vh; + margin-top: 0.3em; + margin-left: 0.3em; + margin-right: 0.3em; } .update { margin: 0;