Skip to content

Commit

Permalink
Nouveau logo
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkwinkelmann committed Jan 23, 2025
1 parent 495d30c commit a10c904
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
16 changes: 12 additions & 4 deletions _sass/robotsju/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,23 @@ header {

.logo {
a {
font-weight: bold;
color: transparent;
background-image: url(/media/logo.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 100px;

@media (min-width: $screen-md-min) {
font-size: 2em;
padding: 0.7em 1em 0.6em 0.5em;
width: 180px;
background-size: 140px;
}

@media (max-width: $screen-md-min) {
height: 50px;
}

&:hover {
background: rgba(black, 0.2);
background-color: rgba(black, 0.2);
}
}
}
Expand Down
Binary file modified media/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions media/logo.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 a10c904

Please sign in to comment.