Skip to content

Commit

Permalink
Align Settings Tab with Search Bar #914
Browse files Browse the repository at this point in the history
  • Loading branch information
championpaddler committed Nov 14, 2018
1 parent 8312c8a commit 24298fc
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,20 @@ div.wrapper{
font-family: Arial, sans-serif;
font-size: 14px;
}
@media only screen and (min-width:565px) and (max-width: 861px ) {
div.tools {
margin-left: 5% !important;
}

}



div.tools {
display: flex;
flex-direction: row;
align-items: baseline;
margin-left: 15vw;
margin-left: 21%;
button {
outline: none;
}
Expand Down

0 comments on commit 24298fc

Please sign in to comment.