forked from supakeen/pinnwand
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit height not width for logos to allow for banner-style logos
As this logo is at the top of the page, width either side being white space, this is a prime spot for using a banner-style logo. By limiting the image height, rather than width, this allows the logo to take up as much horizontal space as it likes.
- Loading branch information
1 parent
47a789d
commit 61c8c8d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -214,7 +214,7 @@ header nav ul { | |
vertical-align: middle; | ||
|
||
img.logo { | ||
width: 3rem; | ||
height: 5rem; | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters