diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-27 13:06:44 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-27 13:06:44 +0300 |
| commit | d1338cbb59d0752155f17d94b0b9b073df95183f (patch) | |
| tree | 75b7fe87a47ee6961dc38263582117bb920fa1d4 /public/assets/css | |
| parent | 38cc5c0c3abed6cfe4fbe0cbabec60a8ed64784d (diff) | |
| download | gyraf1gov-d1338cbb59d0752155f17d94b0b9b073df95183f.tar.gz gyraf1gov-d1338cbb59d0752155f17d94b0b9b073df95183f.tar.bz2 gyraf1gov-d1338cbb59d0752155f17d94b0b9b073df95183f.zip | |
content model; add petition to database
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/class.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 * ----------------------------------------------------------------------------- */ |
