diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-10-14 20:36:53 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-10-14 20:36:53 +0200 |
| commit | e670f9d19f658055e169b6d7c3ae57ddc11c3eee (patch) | |
| tree | 01fa0c8c89d3a847a5ce2e629a5ee7fa8c5264b8 /static/style.css | |
| parent | 8891eea532102b58a23a71a491be2c3f151720b5 (diff) | |
| download | grimtube-e670f9d19f658055e169b6d7c3ae57ddc11c3eee.tar.gz | |
Add embed and halloween theme
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 0f92c0b..62ec755 100644 --- a/static/style.css +++ b/static/style.css @@ -34,3 +34,13 @@ form { input { width: 100%; } + +iframe { + position: absolute; + top: 0; + left: 0; +} + +.comments { + font-size: small; +} |
