diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-30 22:52:54 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-30 22:52:54 -0500 |
commit | e9751f6b180762d9e5a67c4b2a00155b56a708bf (patch) | |
tree | 0b55e045a8838f7b11d1c93772a28c7101cc787a /includes/stylesheet.css | |
parent | 015c3a1d7cd0a1f68e70bf3e1254ec541ea16ae5 (diff) | |
download | 53hor-e9751f6b180762d9e5a67c4b2a00155b56a708bf.tar.xz 53hor-e9751f6b180762d9e5a67c4b2a00155b56a708bf.zip |
interesting posts, finished make post, fixed index
Diffstat (limited to 'includes/stylesheet.css')
-rw-r--r-- | includes/stylesheet.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/stylesheet.css b/includes/stylesheet.css index 5024583..78bfc2f 100644 --- a/includes/stylesheet.css +++ b/includes/stylesheet.css @@ -112,3 +112,9 @@ p img { border-left: var(--box-border); border-right: var(--box-border); } + +iframe { + display: block; + margin-left: auto; + margin-right: auto; +} |