Skip to content

Commit

Permalink
server-page: Responsive tweaks for divider.
Browse files Browse the repository at this point in the history
  • Loading branch information
akashnimare committed Mar 23, 2018
1 parent 70fb198 commit b80c3d0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/renderer/css/preference.css
Original file line number Diff line number Diff line change
Expand Up @@ -593,4 +593,15 @@ input.toggle-round:checked+label:after {
#new-server-container {
padding-left: 0px;
}
}

@media (max-width: 600px) {
.divider {
margin-left: 4%;
}
.divider hr {
margin-left: 2px;
margin-right: 2px;
width: 40%;
}
}

0 comments on commit b80c3d0

Please sign in to comment.