summaryrefslogtreecommitdiffstats
path: root/md/styles
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-05-21 17:42:50 +0100
committerFreeArtMan <dos21h@gmail.com>2017-05-21 17:42:50 +0100
commit2db4ef8315e7f7ea81d480f539de274f4e636c82 (patch)
tree6a91b1e5b0ce07caf1e716f713afa1e4f2c8e5a0 /md/styles
parent49a0f8cab72fcf779f305634237a963cc9cbd152 (diff)
downloadmd-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.css9
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;
+}