aboutsummaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorbndw <benjamindwoodward@gmail.com>2020-05-30 12:33:16 -0700
committerbndw <benjamindwoodward@gmail.com>2020-05-31 09:02:22 -0700
commit6371e7794d2fa9ba5b79f267219e50e885057342 (patch)
tree3441d6087befb8740d098c88385839ef20bb1b65 /src/style.css
parente177a74c9ea505284c8debf086f785a43d88f90b (diff)
Initial commit
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css11
1 files changed, 11 insertions, 0 deletions
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 @@
1body {
2 max-width: 650px;
3}
4.tag {
5 line-height: 1.6;
6}
7
8iframe {
9 float: right;
10 margin: -2em;
11}