Skip to content

Commit

Permalink
CSS reset adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Apr 30, 2024
1 parent 2a809d9 commit 72745a7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions assets/sass/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,21 @@ body {
// Embedded content

img,
svg,
picture,
audio,
video,
canvas,
svg {
iframe,
embed,
object {
display: block;
max-width: 100%;
}

img,
svg {
svg,
video {
max-width: 100%;
height: auto;
}

Expand All @@ -59,7 +64,8 @@ button,
textarea,
select {
font: inherit;
max-width: 100%;
letter-spacing: inherit;
word-spacing: inherit;
}

[type='search'] {
Expand Down

0 comments on commit 72745a7

Please sign in to comment.