From d1338cbb59d0752155f17d94b0b9b073df95183f Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Sat, 27 May 2023 13:06:44 +0300 Subject: content model; add petition to database --- public/assets/css/class.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/assets/css') diff --git a/public/assets/css/class.css b/public/assets/css/class.css index 173010f..ef9239e 100644 --- a/public/assets/css/class.css +++ b/public/assets/css/class.css @@ -43,6 +43,7 @@ select, select option { font-weight: 400; font-size: 1rem; } +body { margin: 1em 0; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 400; }; @@ -75,6 +76,11 @@ html, body { .info li.list-group-item:hover { background: #f2f2f2; } .info li.list-group-item.separator { border: 2px solid #f2f2f2; background: #f2f2f2; padding:1px 8px; color: #666; } + + +.info p { font-size: 14px; line-height: 200%; margin-bottom: .33em; } +.info h4 { font-size: 16px; font-weight: 400; } + /** micro-positioning classes * ----------------------------------------------------------------------------- */ -- cgit v1.2.3