diff options
author | crupest <crupest@outlook.com> | 2023-09-14 23:47:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-16 23:06:31 +0800 |
commit | aef14be13c3bd9e93eeea598dbfbf707ba98d448 (patch) | |
tree | bb0a4199849dec57c5f0c190cb213fc22296622c /FrontEnd/src/components/Page.css | |
parent | 754597d49cd2d3f6295e5fe3ed68c6210bf4e8a5 (diff) | |
download | timeline-aef14be13c3bd9e93eeea598dbfbf707ba98d448.tar.gz timeline-aef14be13c3bd9e93eeea598dbfbf707ba98d448.tar.bz2 timeline-aef14be13c3bd9e93eeea598dbfbf707ba98d448.zip |
...
Diffstat (limited to 'FrontEnd/src/components/Page.css')
-rw-r--r-- | FrontEnd/src/components/Page.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/FrontEnd/src/components/Page.css b/FrontEnd/src/components/Page.css new file mode 100644 index 00000000..b22d83af --- /dev/null +++ b/FrontEnd/src/components/Page.css @@ -0,0 +1,8 @@ +.cru-page { + padding: var(--cru-page-padding); +} + +.cru-page-no-top-padding { + padding-top: 0; +} + |