From 1e01887532cfdd587f572490116c9e545dfb42cf Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Tue, 28 Dec 2021 22:47:12 +0100 Subject: [PATCH] improve --- README.md | 9 +++++++++ sass/style.scss | 2 ++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 2d108dc..466d6ab 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ # edgarluque.com + + +# blog ideas + +https://docs.rs/tokio/1.15.0/tokio/ + +tokio chat server + +- creating a png image by hand? \ No newline at end of file diff --git a/sass/style.scss b/sass/style.scss index 23bb92c..63c14d8 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -99,6 +99,7 @@ h3 { p { text-align: justify; + text-justify: inter-word; margin: 1em 0; } @@ -124,6 +125,7 @@ pre { code { font-family: "JetBrains Mono", monospace; padding: 2px; + line-height: 1.8; border: 1px gray solid; }