Adjust the margin of the home button

pull/167/head
ran 3 years ago
parent a2726ae287
commit 2ba36b91d5

@ -114,6 +114,7 @@ em {
.app-bar > .app-bar-left{ .app-bar > .app-bar-left{
display: flex; display: flex;
align-items: center; align-items: center;
gap: .5em;
} }
.app-bar-title, .app-bar-subtitle { .app-bar-title, .app-bar-subtitle {

@ -317,11 +317,6 @@ td code {
margin-right: 0; margin-right: 0;
} }
#home-btn {
margin-right: .5em;
margin-left: 0;
}
.menu.dropdown .svg-inline--fa { .menu.dropdown .svg-inline--fa {
width: 1.8rem; width: 1.8rem;
} }

Loading…
Cancel
Save