summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-03 21:11:30 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-03 21:11:30 +0400
commit50ac56de7cece60706fd91fce66765b25541d95e (patch)
treef286fd21c67333d764c7eea796cc7ac839c9678e /src
parent913a9a3778a96d353f0f29202505b4c89da240f8 (diff)
style.css: small update in css for mobile view
Diffstat (limited to 'src')
-rw-r--r--src/style.css14
1 files changed, 10 insertions, 4 deletions
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
*/