aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/public/index.css
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-23 04:03:15 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-23 04:03:15 +0000
commit63ad960e4a8f51486dd25eb61c9c5b0f74cacd81 (patch)
treee5127bede8e3bc7aea3811db0ee30797baf3dfbe /spring-front/public/index.css
parentwip (diff)
downloadmdrtl-63ad960e4a8f51486dd25eb61c9c5b0f74cacd81.tar.gz
mdrtl-63ad960e4a8f51486dd25eb61c9c5b0f74cacd81.zip
wip
Diffstat (limited to 'spring-front/public/index.css')
-rw-r--r--spring-front/public/index.css15
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;
+}