diff options
Diffstat (limited to 'css/page.css')
-rw-r--r-- | css/page.css | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/css/page.css b/css/page.css deleted file mode 100644 index 1a94139..0000000 --- a/css/page.css +++ /dev/null @@ -1,25 +0,0 @@ -div.page { - background-color: var(--backgroundColour1); - border-bottom-left-radius: 1rem; - border-bottom-right-radius:1rem; - border-top-color: var(--foregroundColour); - border-top-style: solid; - border-top-width: calc(1rem / 3); - box-sizing: border-box; - height: 100%; - margin: auto; - margin-bottom: 1rem; - max-width: var(--maximumPageWidth); - min-width: var(--minimumPageWidth); - padding: 1rem 2rem; - width: 100%; -} - -div.section + div.section::before { - content: ""; - background-color:var(--colour); - display: block; - height: calc(1rem / 3); - margin: 1rem 0; - width: calc(100% / 2); -} |