diff options
author | Florrie <towerofnix@gmail.com> | 2018-08-09 00:07:10 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-08-09 00:07:10 -0300 |
commit | 6cc53c6ee86a6426da662e0bb76501d641388248 (patch) | |
tree | a6c6f39cf2cf32f419bf98347646a4b425c82b28 /site/static | |
parent | c1ac1cc1913508ad2a235cc69e2cb654e2dbe9ec (diff) |
New old art dump post, crazy <art> stuff
Diffstat (limited to 'site/static')
-rw-r--r-- | site/static/site.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/site/static/site.css b/site/static/site.css index 9483ed9..e2693d8 100644 --- a/site/static/site.css +++ b/site/static/site.css @@ -98,6 +98,16 @@ th, td { padding: 2px; } +/* Art */ + +div.art-container { + display: flex; + flex-direction: column; + align-items: center; + margin-bottom: 4px; + margin-top: 4px; +} + /* Page specific stuff ----------------------------------------------------- */ /* Post pages */ |