summaryrefslogtreecommitdiffstats
path: root/retro.css
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2018-05-22 10:47:34 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2018-05-22 10:47:34 +0200
commit2f689db675558a24e40816fa04c735bf6b90dec8 (patch)
treeee0606156919e9b665fe59544cf26f02657df8bd /retro.css
parent30b1af932e521a26d4b3b351684de9da7baa5af0 (diff)
downloadrules-vault-2f689db675558a24e40816fa04c735bf6b90dec8.zip
rules-vault-2f689db675558a24e40816fa04c735bf6b90dec8.tar.gz
add content div
Diffstat (limited to 'retro.css')
-rw-r--r--retro.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/retro.css b/retro.css
index 32470be..a5b11d0 100644
--- a/retro.css
+++ b/retro.css
@@ -187,9 +187,17 @@ body {
color: #fafafa;
font-family: "Courier New";
line-height: 1.45;
- margin: 6rem auto 1rem;
- max-width: 60rem;
- padding: .25rem;
+ /* margin: 6rem auto 1rem; */
+ /* max-width: 60rem; */
+ /* padding: .25rem; */
+}
+
+content {
+ position: absolute;
+ left: 200px;
+ width: 900px;
+ /* left: 30%; */
+ /* transform:translateX(-20%); */
}
pre {