💄 style: remove border from images

main
welpo 2 years ago
parent 389c724fe0
commit 2b8a053f51
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -142,6 +142,10 @@ h5 {
font-weight: bold;
}
img {
border: none;
}
@media only screen and (max-width: 1000px) {
.content {
max-width: var(--normal-layout-width);

Loading…
Cancel
Save