From 164c03102f5e23922fa3df0d8cf24333d14ad434 Mon Sep 17 00:00:00 2001 From: Jesko Dujmovic Date: Mon, 25 Oct 2021 20:31:50 +0200 Subject: [PATCH] trying to fix mobile button --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index d9d8c7b..bd1a8f4 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,9 @@ body { font-size: larger; } +button { + font-size: medium; +} div { display: inline-block; } \ No newline at end of file