diff options
| author | 2019-04-05 12:11:31 +0100 | |
|---|---|---|
| committer | 2019-04-05 12:11:31 +0100 | |
| commit | ebda74029355ce3236ca9266acde40fd40329df7 (patch) | |
| tree | aba491f902c874328c88b8e7ccb9772b5414c17f /pysite/static | |
| parent | Set `harakiri = 30`. (diff) | |
[#176] Redo project layout
Diffstat (limited to 'pysite/static')
| -rw-r--r-- | pysite/static/home/css/index.css | 30 | 
1 files changed, 30 insertions, 0 deletions
diff --git a/pysite/static/home/css/index.css b/pysite/static/home/css/index.css new file mode 100644 index 00000000..76653320 --- /dev/null +++ b/pysite/static/home/css/index.css @@ -0,0 +1,30 @@ +html { +    background-color: #7289DA; +} + +.overview > h1 { +    margin-top: 0.5em; +    margin-bottom: -0.25em; +} + +.overview > p.is-size-7 { +    margin-bottom: 2em; +} + +.overview > p.is-size-4 { +    margin-bottom: 1em; +} + +.overview > p.is-size-6 { +    margin-bottom: 1em; +} + +.overview > img { +    border: 1px solid #6378BF; +    margin-bottom: 1em; +} + +.overview > .divider { +    letter-spacing: -3px; +    margin-bottom: 1em; +}  |