Skip to content

Commit

Permalink
fixing logo sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
thomic committed Jan 12, 2025
1 parent e261735 commit c2bae1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/conferences/knowledgecamp25/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ h1 { color: @dark; }

nav .navbar-brand .icon {
background-image: url(knowledgecamp-simple.svg);
margin-top: -1.5em;
background-size: 100px 100px;
width: 100px;
height: 100px;
margin-top: -0.75em;
background-size: 50px 50px;
width: 50px;
height: 50px;
}

img.knowledgecamplogo {
Expand Down

0 comments on commit c2bae1a

Please sign in to comment.