diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-09-11 01:55:00 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-09-11 01:55:00 +0900 |
commit | f3f71bf5b1e9727ccfed83bfe4c229997605c8fb (patch) | |
tree | 4e6c8affa0b7c2b99a3c2b1c6d1a9ddb8e51d568 /_css | |
parent | a7a7734699a04099083fe4f5514058505ecd66d8 (diff) | |
download | site-f3f71bf5b1e9727ccfed83bfe4c229997605c8fb.tar.gz |
Migrate to cnx.gdn
Diffstat (limited to '_css')
-rw-r--r-- | _css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_css/style.css b/_css/style.css index d7bea79..d75fc96 100644 --- a/_css/style.css +++ b/_css/style.css @@ -107,6 +107,10 @@ p, details { .franklin-content .fndef td.fndef-content { padding-left: 1ch } /* Images */ +.franklin-content figure { + margin: 0; + text-align: center; +} .franklin-content img { display: block; margin: auto; |