summaryrefslogtreecommitdiffstats
path: root/retro.css
diff options
context:
space:
mode:
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 {