-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly set
width
and height
attributes on <img>
element
Reduces layout shifts, as defined by https://web.dev/optimize-cls/?utm_source=lighthouse&utm_medium=lr#images-without-dimensions.
- Loading branch information
1 parent
148123c
commit 6f74d2f
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,6 @@ header { | |
} | ||
|
||
#logo { | ||
height: 75px; | ||
float: left; | ||
margin: 0 1em; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters