diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/code.html | 2 | ||||
-rw-r--r-- | html/style.css | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/html/code.html b/html/code.html index 6b43fee..3c342ea 100644 --- a/html/code.html +++ b/html/code.html @@ -1 +1 @@ -<iframe src='https://git.pdp8.info/' title="pdp8 git repositories"/>" +<iframe src='https://git.pdp8.info/' title='pdp8 git repositories'/> diff --git a/html/style.css b/html/style.css index 1c8bf59..05e4964 100644 --- a/html/style.css +++ b/html/style.css @@ -52,7 +52,7 @@ nav a:hover { } .post { - padding: 1em; + margin: 1em; } img, @@ -61,13 +61,14 @@ video { max-width: 80vw; object-fit: contain; display: block; - margin-left: auto; - margin-right: auto; + margin-left: 0; } #image { padding-top: 2.5%; padding-bottom: 1%; + margin-left: auto; + margin-right: auto; } .cover { |