diff options
Diffstat (limited to 'retro.css')
-rw-r--r-- | retro.css | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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 { |