diff options
| author | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-09 10:48:10 +0100 | 
|---|---|---|
| committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-09 10:48:10 +0100 | 
| commit | 8b33335584afbac74388c4ed16ff1ff7a04e3588 (patch) | |
| tree | bc35e2e96695a56780139856dfd1f5267546193f /public/css | |
| parent | 8a1f07b11e8e18243c058149ac58ece7766b7ef3 (diff) | |
Add static page config and handler
Diffstat (limited to 'public/css')
| -rwxr-xr-x | public/css/style.css | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css index 0f149e8..8e6322e 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -54,6 +54,10 @@ body, html {      padding: 5px 0;  } +#footerContainer p { +    margin-bottom: 0.25rem; +} +  #sidebar {      background: #f5f5f5;      border-bottom: 2px solid #e0e0e0; @@ -396,3 +400,8 @@ label:not(.form-check-label) {  input[type="datetime-local"] {      max-width: 20rem;  } + +article.static-page header { +    margin-bottom: 1rem; +    border-bottom: 1px solid #e0e0e0; +}  | 
