updated css

This commit is contained in:
shrkey
2016-10-12 21:14:58 +01:00
parent c0bd215ee8
commit c3e687641e

View File

@@ -292,6 +292,7 @@ a:hover {
zoom: 1; zoom: 1;
max-width: 100%; max-width: 100%;
background: #fff; background: #fff;
overflow: hidden;
} }
.content:before, .content:before,
.content:after { .content:after {
@@ -935,3 +936,7 @@ code .comment {
position: relative; position: relative;
z-index: 1; z-index: 1;
} }
img {
max-width: 100%;
}