Skip to content
Snippets Groups Projects
Commit 6a0f2fe5 authored by Robin Appelman's avatar Robin Appelman Committed by GitHub
Browse files

Merge pull request #4737 from nextcloud/logo-icon-container

fix sizing of logo in header
parents b9bcc819 02f3b744
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@
background-image: url($image-logo);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
width: 62px;
height: 34px;
}
......@@ -538,4 +539,4 @@ nav {
li.hidden {
display: none;
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment