summaryrefslogtreecommitdiffhomepage
path: root/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 1c1208c..75b9464 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -24,7 +24,8 @@ html, body {
}
pre {
- float: right;
+ float: left;
+ margin-right: 30px;
}
/*
@@ -140,6 +141,7 @@ td.output {
grid-template-columns: repeat(6, 1fr);
justify-items: center;
align-items: center;
+ margin-top: 10px;
width: calc(50px * 6);
height: calc(50px * 6);
}