small pixel drawing of a pufferfish j3s.sh

different widths for posts vs whatever
Jes Olson jolson@digitalocean.com
Sat, 29 Jan 2022 14:28:03 -0600
commit

3e9b3bdf7942f12dcf494741decceafdce870fc8

parent

41a942413d1d40d0fbe910487d43307f56c61921

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M templates/simple-layout.htmltemplates/simple-layout.html

@@ -3,7 +3,7 @@ <!doctype html>

<html> <head> <style> - #main, #header, aside { max-width: 444px; margin: 0 auto; padding: 0; white-space: pre-line; font-family: monospace; } + #main, #header, aside { max-width: 750px; margin: 0 auto; padding: 0; white-space: pre-line; font-family: monospace; } nav ul { list-style: none; padding: 0; margin: 0 45px 30px 0; float: left; } .grayscale { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: grayscale(100%); } </style>