From 6371e7794d2fa9ba5b79f267219e50e885057342 Mon Sep 17 00:00:00 2001 From: bndw Date: Sat, 30 May 2020 12:33:16 -0700 Subject: Initial commit --- src/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/style.css (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..3e55788 --- /dev/null +++ b/src/style.css @@ -0,0 +1,11 @@ +body { + max-width: 650px; +} +.tag { + line-height: 1.6; +} + +iframe { + float: right; + margin: -2em; +} -- cgit v1.2.3