diff options
author | crupest <crupest@outlook.com> | 2023-09-20 19:54:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-20 19:54:18 +0800 |
commit | 4165ca210d9660a67b16089c31b7f65b8b09e019 (patch) | |
tree | 2e82b0a14aa5d78121f44ba3427275dacba3edab /FrontEnd/src/pages/home/index.css | |
parent | 0b110df59aa98f78d3dd491e4c7ef310cee3c166 (diff) | |
download | timeline-4165ca210d9660a67b16089c31b7f65b8b09e019.tar.gz timeline-4165ca210d9660a67b16089c31b7f65b8b09e019.tar.bz2 timeline-4165ca210d9660a67b16089c31b7f65b8b09e019.zip |
...
Diffstat (limited to 'FrontEnd/src/pages/home/index.css')
-rw-r--r-- | FrontEnd/src/pages/home/index.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/home/index.css b/FrontEnd/src/pages/home/index.css index bc72a182..16601d8a 100644 --- a/FrontEnd/src/pages/home/index.css +++ b/FrontEnd/src/pages/home/index.css @@ -4,4 +4,10 @@ padding-top: 1em; font-size: 2em; color: var(--cru-primary-color); -}
\ No newline at end of file +} + +.home-page-2 { + width: 100%; + text-align: center; + margin-top: 2em; +} |