Center images and tables

This commit is contained in:
Tyler Hallada 2017-07-11 01:51:09 -04:00
parent 0b113e3e05
commit f5b071f84a

View File

@ -43,7 +43,8 @@ p {
} }
table { table {
margin: 1em 0 1em; min-width: 85%;
margin: 1em auto 1em;
border: 1px solid #cbcbcb; border: 1px solid #cbcbcb;
} }
@ -337,6 +338,11 @@ a.rss img {
background-color: #333; background-color: #333;
} }
.post img {
display: block;
margin: 0 auto;
}
.post img.half-left { .post img.half-left {
float: none; float: none;
width: 100%; width: 100%;