diff options
Diffstat (limited to 'md/styles')
-rw-r--r-- | md/styles/main.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/md/styles/main.css b/md/styles/main.css index db67eb6..bd6716a 100644 --- a/md/styles/main.css +++ b/md/styles/main.css @@ -43,4 +43,11 @@ table tr:nth-child(odd) table tr:nth-child(even) { -}
\ No newline at end of file +} + +p a img +{ + margin: auto; + width: 80%; + display: block; +} |