diff options
Diffstat (limited to 'css/content.css')
-rw-r--r-- | css/content.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/css/content.css b/css/content.css new file mode 100644 index 0000000..3763889 --- /dev/null +++ b/css/content.css @@ -0,0 +1,9 @@ +div.content { + background-color:var(--foregroundColour); + border-radius: 1rem; + margin: 0 auto; + max-width: var(--maximumPageWidth); + min-width: var(--minimumPageWidth); + padding-bottom: 1rem; + width: 100%; +} |