Skip to content

Commit

Permalink
💄 style: remove border from images
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 10, 2023
1 parent 389c724 commit 2b8a053
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2b8a053

Please sign in to comment.