diff options
author | Linus Lee <linus@thesephist.com> | 2020-09-24 08:22:22 -0400 |
---|---|---|
committer | Linus Lee <linus@thesephist.com> | 2020-09-24 08:22:22 -0400 |
commit | 342fd2e8d671ce81588b599ec8f33eb50ba9665c (patch) | |
tree | 31e3a6b1a11e2b6fe6abb8cde8daa085f897c882 /static/css | |
parent | e6797461f8372c6b0740d75ee73015f6ec561a68 (diff) | |
download | tabloid-fake-closure-342fd2e8d671ce81588b599ec8f33eb50ba9665c.tar.gz tabloid-fake-closure-342fd2e8d671ce81588b599ec8f33eb50ba9665c.zip |
Clean up some keywords + mobile view
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/main.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css index 0e920b8..bb2bbc2 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -178,7 +178,6 @@ textarea.editor-input { textarea.editor-input:focus { outline: none; - background: #f8f8f8; } .filler p { @@ -227,4 +226,7 @@ footer a { textarea.editor-input { font-size: .8em; } + .desktop { + display: none; + } } |