summaryrefslogtreecommitdiff
path: root/assets/css/custom.css
diff options
context:
space:
mode:
authorleiyu3 <s444814187@gmail.com>2025-07-17 13:22:16 -0400
committerleiyu3 <s444814187@gmail.com>2025-07-17 13:22:16 -0400
commit00433bb63d22294fcb9adf94dc9980c28e3cb423 (patch)
treeed09e757db3e7efbc35f9afe38f3e457f83383de /assets/css/custom.css
parent6758a1a26de82a6dc3661db880513cba75f01110 (diff)
downloadletsworship-00433bb63d22294fcb9adf94dc9980c28e3cb423.tar.gz
letsworship-00433bb63d22294fcb9adf94dc9980c28e3cb423.zip
added about site and contribution
Diffstat (limited to 'assets/css/custom.css')
-rw-r--r--assets/css/custom.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 396235f..abf5151 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -18,6 +18,10 @@ h6 {
18 transition: color 0.3s ease; 18 transition: color 0.3s ease;
19} 19}
20 20
21.about > h3 {
22 text-align: center;
23}
24
21.header { 25.header {
22 font-size: 2em; 26 font-size: 2em;
23 line-height: 1em; 27 line-height: 1em;
@@ -504,3 +508,7 @@ button#clear-search svg {
504 color: black; 508 color: black;
505 } 509 }
506} 510}
511
512.back-to-top {
513 text-align: center;
514} \ No newline at end of file