summaryrefslogtreecommitdiff
path: root/assets/css/custom.css
diff options
context:
space:
mode:
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