From 73a98a36601d11bbec7c403659c99492665a62b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Jovanovi=C4=87?= Date: Sat, 16 Jan 2021 23:22:10 -0800 Subject: [PATCH] Initial commit --- custom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 custom.css diff --git a/custom.css b/custom.css new file mode 100644 index 0000000..81285b9 --- /dev/null +++ b/custom.css @@ -0,0 +1,12 @@ +.item { + border: none; +} + +body { + margin: auto 10px auto 10px; +} + +.entry-content { + font-size: 1em; +} +