Skip to content

Commit 9ef6e68

Browse files
committed
Change margin on logo to be symmetrical
1 parent bdc67c1 commit 9ef6e68

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/stylesheets/SidebarContainer.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151

5252
#serviceDashLogo {
5353
opacity: 0;
54+
width: 160px;
55+
margin-top: 20px;
5456
transition: 300ms;
5557
}
5658
#miniLogo {
@@ -62,6 +64,7 @@
6264
width: 75px;
6365
opacity: 1;
6466
transition: 200ms;
67+
margin-top: 10px;
6568
}
6669
.sidebar {
6770
background-color: #24262f;

0 commit comments

Comments
 (0)