diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 19:34:07 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 19:34:07 -0400 |
| commit | dc960bc887821816ef4bb19ca7e28fff5b9187a4 (patch) | |
| tree | c87359d285d48db389f0205580c432a3c118e09d /css | |
| parent | 1a9076df9aa9a27ed653523240ec58e7f1e7aa05 (diff) | |
Add styling for embedded Mastodon posts
Diffstat (limited to 'css')
| -rw-r--r-- | css/jakob.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/css/jakob.css b/css/jakob.css index 8300904..d2e7cc2 100644 --- a/css/jakob.css +++ b/css/jakob.css @@ -228,3 +228,12 @@ figcaption { .footpara { display: inline; } + +.mastodon { + width: 70%; + margin: auto; +} + +.mastodon iframe { + width: 100%; +} |