Skip to content

Commit

Permalink
Center fruitsalad logo (#3742)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkbrum authored Apr 3, 2024
1 parent b404807 commit 2db5be7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions esp/esp/themes/theme_data/fruitsalad/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,12 @@ text-transform: uppercase;

#menu #tab_logo #logo {
border: none;
margin-left: 9px;
margin-top: 9px;
max-height: 100%;
max-width: calc(100% - 9px);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

#menu #tab_proveit {
Expand Down

0 comments on commit 2db5be7

Please sign in to comment.