Skip to content

Commit

Permalink
header logo css update
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelT372 committed Jan 10, 2024
1 parent 0708351 commit 9e84906
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 4 additions & 2 deletions dist/engrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* ENGRID PAGE TEMPLATE ASSETS
*
* Date: Monday, January 8, 2024 @ 08:31:23 ET
* Date: Wednesday, January 10, 2024 @ 07:10:55 ET
* By: michael
* ENGrid styles: v0.16.4
* ENGrid scripts: v0.16.10
Expand Down Expand Up @@ -8985,8 +8985,10 @@ body[data-engrid-debug]:before{
padding:20px;
}
[data-engrid-theme=nwf2] .page-header img{
height:100%;
margin-right:18px;
width:82px;
max-height:82px;
width:auto;
}
[data-engrid-theme=nwf2] .page-header span{
font-family:var(--h1_font-family);
Expand Down
2 changes: 1 addition & 1 deletion dist/engrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* ENGRID PAGE TEMPLATE ASSETS
*
* Date: Monday, January 8, 2024 @ 08:31:23 ET
* Date: Wednesday, January 10, 2024 @ 07:10:55 ET
* By: michael
* ENGrid styles: v0.16.4
* ENGrid scripts: v0.16.10
Expand Down
4 changes: 2 additions & 2 deletions dist/engrid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/engrid.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/sass/themes/nwf2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,10 @@
align-items: center;

img {
width: 82px;
margin-right: 18px;
height: 100%;
max-height: 82px;
width: auto;
}

span {
Expand Down

0 comments on commit 9e84906

Please sign in to comment.