Skip to content

Commit

Permalink
Adjust input table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
collidingScopes authored Jul 15, 2024
1 parent f5d202e commit 9b7b69f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ button {
}

/* applies when screen is wide enough */
@media (min-width: 600px) {
@media (min-width: 700px) {
button, .tableText {
font-size: 14px;
}
Expand All @@ -261,26 +261,26 @@ table {
}

td {
max-width: 100px;
max-width: 150px;
}

#inputTable{
font-size:0.90em;
text-align: center;
min-width: 280px;
width:100vw;
max-width: 400px;
max-width: 350px;
margin-top: 15px;
margin-bottom: 15px;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

/* applies when screen is wide enough */
@media (min-width: 600px) {
@media (min-width: 700px) {
#inputTable {
font-size:1em;
max-width: 600px;
max-width: 500px;
}
}

Expand Down

0 comments on commit 9b7b69f

Please sign in to comment.