From 50ac56de7cece60706fd91fce66765b25541d95e Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 3 Aug 2024 21:11:30 +0400 Subject: style.css: small update in css for mobile view --- src/style.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/style.css b/src/style.css index 5e157f3..89dbb02 100644 --- a/src/style.css +++ b/src/style.css @@ -11,13 +11,14 @@ body { color: #ffffff; /* White */ } -p, a { +p, a { font-size: 1.3em; } h1, h2, h3 { margin-right: 0.2em; margin-left: 0.2em; + padding: 0.3em; } p { @@ -25,11 +26,16 @@ p { margin-left: 1em; } +small { + padding: 0.6em; +} + a { text-decoration: none; color: #BB6767; /* Red */ margin-right: 0.2em; margin-left: 0.2em; + padding: 0.4em; } a:hover { @@ -49,7 +55,7 @@ table { } .right { - float: right; + float: right; padding-right: 1em; } @@ -91,8 +97,8 @@ table { } /* - * "pointer-events: none" doesn't work on some browsers, - * to deactivate hover effect on this tag, + * "pointer-events: none" doesn't work on some browsers, + * to deactivate hover effect on this tag, * hover and regular styles are defined as the same */ -- cgit v1.2.3