commit | a5ce9102544f5f53b18a83c3a812ca3f78dbdc75 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Thu Sep 02 17:21:31 2021 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Thu Sep 02 17:21:31 2021 +0100 |
tree | 104ddc9612ee6a5fa45af3e7715a39f47df00599 | |
parent | 016ea02180b42b88ed031382e484cde4a7e9d3a3 [diff] [blame] |
many fixes and pages
diff --git a/styles/sectionheading.module.css b/styles/sectionheading.module.css new file mode 100644 index 0000000..eed2f94 --- /dev/null +++ b/styles/sectionheading.module.css
@@ -0,0 +1,7 @@ +.title { + width: 100%; + font-size: max(2em, 4vw); + color: var(--card-text-color); + font-weight: lighter; + text-align: center; +} \ No newline at end of file