summaryrefslogtreecommitdiff
path: root/project/assets/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'project/assets/css/default.css')
-rw-r--r--project/assets/css/default.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/project/assets/css/default.css b/project/assets/css/default.css
index fce7fbf..dff3059 100644
--- a/project/assets/css/default.css
+++ b/project/assets/css/default.css
@@ -4,7 +4,7 @@
body {
margin: auto;
- max-width: 60em;
+ max-width: 75em;
font: 1.2em/1.62em sans-serif;
}
@@ -16,8 +16,14 @@ figure {
}
+div.precontain {
+ text-align: center;
+}
+
+
code {
- display: block;
+ display: inline-block;
+ text-align: left;
font-family: monospace;
white-space: pre;
background-color: #ceecf5;
@@ -29,14 +35,18 @@ code {
padding-left: 2em;
/*padding: 2em 2em 2em 2em;*/
margin: 1em 2em 1em 2em;
+ width: 60em;
}
pre {
+ display: inline-block;
+ text-align: left;
background-color: #cef6ce;
border-radius: 1.5em;
padding: 2em 2em 2em 2em;
margin: 1em 2em 1em 2em;
+ width: 60em;
}