Skip to content

Commit

Permalink
Fixes performance
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoss-nc committed Dec 10, 2024
1 parent a07ef49 commit caa39ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
header {
--header-border-bottom-size: 2px;

min-height: 84px;
border-bottom: var(--header-border-bottom-size) solid var(--col-neutral20);
}

Expand Down
8 changes: 6 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ body.appear {

header {
height: var(--nav-height);
min-height: 84px;
}

header .header,
Expand Down Expand Up @@ -389,8 +390,11 @@ button.button--tertiary:disabled:hover {

main img {
max-width: 100%;
width: auto;
height: auto;

/* width: auto; */
/* height: auto; */

height: 100%;
}

main {
Expand Down

0 comments on commit caa39ef

Please sign in to comment.