Skip to content

Commit

Permalink
Fix logo alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieun committed Aug 2, 2024
1 parent 6d4c5f3 commit 781e04b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.0.13
version=0.0.14

org.gradle.caching=true
org.gradle.parallel=true
Expand Down
8 changes: 4 additions & 4 deletions src/main/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
}

#logo-link {
display: block;
position: absolute;
top: var(--layout-banner-logo-offset);
left: var(--layout-banner-logo-offset);
display: inline-block;
height: var(--layout-banner-logo-height);
left: var(--layout-banner-logo-offset);
position: relative;
top: var(--layout-banner-logo-offset);
}

#logo-image {
Expand Down

0 comments on commit 781e04b

Please sign in to comment.