Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Fix logo sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira committed Mar 11, 2024
1 parent d6f9785 commit 51928b9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 58 deletions.
3 changes: 0 additions & 3 deletions components/molecules/navbar-brand/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions components/molecules/navbar-brand/navbar-brand.component.yml

This file was deleted.

45 changes: 0 additions & 45 deletions components/molecules/navbar-brand/navbar-brand.twig

This file was deleted.

10 changes: 10 additions & 0 deletions css/base/biodatapt.base.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,13 @@ h3 {
content: "• ";
}

.navbar-brand img {
height: 55px;
}

@media (min-width: 1200px) {
.navbar-brand img {
height: 90px;
}
}

12 changes: 12 additions & 0 deletions scss/base/biodatapt.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,15 @@ h3 {
.field--name-schema-skills .field__item::before {
content: "";
}

// Logo size fix

.navbar-brand img {
height: 55px;
}

@media (min-width: 1200px) {
.navbar-brand img {
height: 90px;
}
}

0 comments on commit 51928b9

Please sign in to comment.