aboutsummaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
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}