markdown lists/images styling

This commit is contained in:
Roman Hotsiy 2016-01-23 15:07:08 +02:00
parent 19b19041eb
commit 31bdc657af

View File

@ -149,6 +149,17 @@ footer {
border-left: 4px solid #ddd;
}
img {
max-width: 100%;
box-sizing: content-box;
}
ul, ol {
padding-left: 2em;
margin: 0;
margin-bottom: 1em;
}
table {
display: block;
width: 100%;