💄 style: remove border from images

This commit is contained in:
welpo 2023-02-10 02:41:47 +01:00
parent 389c724fe0
commit 2b8a053f51
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -142,6 +142,10 @@ h5 {
font-weight: bold; font-weight: bold;
} }
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);