Skip to content

Commit

Permalink
fix(table): removes code
Browse files Browse the repository at this point in the history
  • Loading branch information
4k1k0 committed Dec 16, 2018
1 parent f957ef7 commit 1be8016
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ div.containers > .nes-container {
max-width: 400px;
}

div.tables {
display: flex;
flex-wrap: wrap;
}

div.tables > .nes-table {
min-width: 350px;
max-width: calc(50% - 2rem);
}
div.tables > .nes-table:first-child {
margin-right: 2rem;
margin-bottom: 2rem;
}

.balloon.nes-container .nes-balloon {
max-width: 600px;
margin: 2rem 2rem;
Expand Down Expand Up @@ -92,10 +78,6 @@ div.tables > .nes-table:first-child {
padding: 0;
margin: 2rem 0.2rem;
}
div.tables > .nes-table {
max-width: 100%;
margin-right: 0;
}
.balloon.nes-container .nes-balloon {
max-width: 70%;
}
Expand Down

0 comments on commit 1be8016

Please sign in to comment.