Skip to content

Commit

Permalink
Hotfix: A bit bigger logo
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarvelle committed Oct 25, 2024
1 parent 04c099c commit 22753bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/common/Logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ import polyglot from "../i18n";
import withCloseSidebars from "./withCloseSidebars";

const onDark = css`
height: 30px;
width: 90px;
& a {
background-image: url("/ndla-logo-white.png");
}
&:any-link {
color: white;
}
Expand All @@ -31,7 +27,7 @@ const StyledDiv = styled.div`
display: inline-block;
margin: 0;
padding: 0;
height: 40px;
height: 50px;
width: 150px;
${(props) => {
if (props.onDark) {
Expand Down

0 comments on commit 22753bb

Please sign in to comment.