summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2023-10-09 11:10:51 +0100
committerGitHub <noreply@github.com>2023-10-09 11:10:51 +0100
commitcc6fcb4c405d8cffacbf9b1082abf61e918482fa (patch)
tree693f324550dccedd50b6313165b88281a8ebcac8 /public
parent25fcdd1023550631f5fec6f750829fe09a311d66 (diff)
parent31022a7d323a351041b7b8508fb56c14fd699580 (diff)
Merge pull request #114 from lowercasename/rk/static-pages
Static pages
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/style.css9
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;
+}