Skip to content

Commit

Permalink
Cleanup layout
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Apr 23, 2021
1 parent a9b3f36 commit f8ff186
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions juice-balancer/ui/src/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const Header = styled.div`
display: flex;
justify-content: center;
margin: 64px;
margin-bottom: 0;
@media (max-width: 1280px) {
min-height: 96px;
Expand All @@ -29,14 +30,7 @@ const HeaderCard = styled(Card)`
justify-content: center;
align-items: center;
min-width: 360px;
// #2D3848
@media (prefers-color-scheme: dark) {
// background-color: #3a4556;
// background-color: #2d3848;
background-color: #2d3848;
}
background-color: var(--background-highlight);
@media (max-width: 720px) {
width: 70vw;
Expand Down

0 comments on commit f8ff186

Please sign in to comment.