diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/styles.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 3df5c61e..819e974f 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -13,6 +13,10 @@ body { box-sizing: border-box; } +input, textarea { + font-family: 'Mali', sans-serif !important; +} + #bg-video { position: fixed; right: 0; @@ -116,7 +120,7 @@ kbd { blockquote { border-left: solid 4px #a591ee; - width: 650px; + /* width: 650px; */ margin: 0px auto; padding: 8px; background: #2f2f2f; @@ -313,6 +317,18 @@ blockquote { text-align: justify; } +#article { + padding: 0px; + display: block; + clear: both; + width: 730px; +} + +#article-body { + width: 730px; + margin: 0px 10px; +} + #article-body img, #editor-container img { height: 300px; |
