🔥 refactor: remove useless code

An image border was set in _image.scss and unset in main.scss.
main
welpo 2 years ago
parent b4cc05e625
commit ebfc1f0001
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -166,10 +166,6 @@ p {
font-size: 1.2em;
}
img {
border: none;
}
@media only screen and (max-width: 1000px) {
.content {
max-width: var(--normal-layout-width);

@ -1,8 +1,3 @@
img {
border: 3px solid #ececec;
max-width: 100%;
}
figure {
box-sizing: border-box;
display: inline-block;

Loading…
Cancel
Save