Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hutchinson <hutch7995@gmail.com>2020-07-28 22:18:17 +0300
committerJoe Hutchinson <hutch7995@gmail.com>2020-07-28 22:18:17 +0300
commit6da41297a007e4a7cf0f144440392f34fb96b6f0 (patch)
treefce4689cd17f83e6df46fb18cefcf0db8aad53a7
parent6dade312f8e1dab00951351ed1c4fa68f1140171 (diff)
Make code a little smaller for readability
-rw-r--r--assets/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index d1d6dd3..2dc750f 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -348,6 +348,7 @@ li > p {
margin: 0;
}
code {
+ font-size: 1.1rem;
font-family: monospace;
padding: .2em .5em;
line-height: 1.5;