diff options
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 11 |
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 @@ | |||
| 1 | body { | ||
| 2 | max-width: 650px; | ||
| 3 | } | ||
| 4 | .tag { | ||
| 5 | line-height: 1.6; | ||
| 6 | } | ||
| 7 | |||
| 8 | iframe { | ||
| 9 | float: right; | ||
| 10 | margin: -2em; | ||
| 11 | } | ||
