commit 73a98a36601d11bbec7c403659c99492665a62b7 Author: Miloš Jovanović Date: Sat Jan 16 23:22:10 2021 -0800 Initial commit 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; +} +