Skip to content

Commit

Permalink
Make h1-logo only visible in header
Browse files Browse the repository at this point in the history
Change-Id: I8771d8f02ae167fb860d2f59947dc7ff52dbbbf6
  • Loading branch information
Akron committed Nov 11, 2024
1 parent 7d18d8e commit 3d4687f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Add 'desc' support to embedded widgets
(fixes #224; diewald)
- Support setting of query form elements via plugins (diewald)
- Fix h1-logo (only visible in header; diewald)

0.57 2024-10-08
- Support VCs via URL without queries (diewald)
Expand Down
2 changes: 1 addition & 1 deletion dev/scss/main/logos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ aside.active + header .logo div.logoaddon {
/**
* Logo: KorAP
*/
h1 {
a.logo > h1 {
position: absolute;
margin: 0;
margin-left: 10pt;
Expand Down

0 comments on commit 3d4687f

Please sign in to comment.