v0.167.1: center the sidebar logo (margin: 0 auto)
.sidebar-logo was left-aligned; add auto side-margins so the 140px logo centers in the header (desktop sidebar + mobile drawer share the element). Adds TestSidebarLogo_Centered.
This commit is contained in:
@@ -92,7 +92,7 @@ body {
|
||||
width: 140px;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin-bottom: 0.25rem;
|
||||
margin: 0 auto 0.25rem;
|
||||
}
|
||||
.login-logo {
|
||||
width: 200px;
|
||||
|
||||
Reference in New Issue
Block a user