diff options
Diffstat (limited to '')
-rw-r--r-- | spring-front/public/index.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/spring-front/public/index.css b/spring-front/public/index.css index c23fdc6..89813c7 100644 --- a/spring-front/public/index.css +++ b/spring-front/public/index.css @@ -2,6 +2,8 @@ body { color: #005f87; background: #000000; font-family: "DejaVuSansMono NF", Helvetica, monospace; + height: 95vh; + width: 95vw; } .article{$ @@ -35,3 +37,16 @@ hr { .right-footer { float: right; } + +.editor { + background: #000000; + color: #ffffff; + width: 40%; + max-width: 40%; + height: 90%; + max-height: 90%; +} + +div.code { + white-space: pre; +} |