From 59b5eced3cd028c6776c7b778ebedd4009338cb4 Mon Sep 17 00:00:00 2001 From: naoufal zerai Date: Sat, 3 Sep 2022 13:41:24 -0400 Subject: [PATCH] center layout --- themes/notepadium/assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/notepadium/assets/css/style.css b/themes/notepadium/assets/css/style.css index 8ceab21..7601b91 100644 --- a/themes/notepadium/assets/css/style.css +++ b/themes/notepadium/assets/css/style.css @@ -349,6 +349,7 @@ b { margin: 0; padding: 0; list-style: none; + text-align: center; } .note.list .item { @@ -392,7 +393,7 @@ b { } .note.title{ - font-size: 1.125em; + font-size: 1.3em; font-weight: 600; }