diff options
author | FreeArtMan <dos21h@gmail.com> | 2017-05-21 17:42:50 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2017-05-21 17:42:50 +0100 |
commit | 2db4ef8315e7f7ea81d480f539de274f4e636c82 (patch) | |
tree | 6a91b1e5b0ce07caf1e716f713afa1e4f2c8e5a0 /md/styles | |
parent | 49a0f8cab72fcf779f305634237a963cc9cbd152 (diff) | |
download | md-content-2db4ef8315e7f7ea81d480f539de274f4e636c82.tar.gz md-content-2db4ef8315e7f7ea81d480f539de274f4e636c82.zip |
Added new post about low pass filter example, and example usage
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; +} |