Skip to content

Commit

Permalink
Merge branch 'main' into local
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Jul 9, 2024
2 parents f7b8742 + c708aa1 commit ddfc54c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ body {
}

.navbar-brand .navbar-item:first-child {
/* [scouten 2024-07-09]: Add CAWG logo */
background: url(../img/cawg-logo-white.svg) no-repeat left;
align-self: center;
padding: 0;
padding: 0 0 0 2.2em; /* [scouten 2024-07-09]: Add CAWG logo */
height: 4em; /* [scouten 2024-07-09]: Add CAWG logo */
font-size: calc(22 / var(--rem-base) * 1rem);
flex-wrap: wrap;
line-height: 1;
Expand Down
10 changes: 10 additions & 0 deletions src/img/cawg-logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ddfc54c

Please sign in to comment.