🔥 refactor: remove useless code

An image border was set in _image.scss and unset in main.scss.
This commit is contained in:
welpo 2023-02-11 21:03:02 +01:00
parent b4cc05e625
commit ebfc1f0001
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6
2 changed files with 0 additions and 9 deletions

View File

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

View File

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