Skip to content

Commit

Permalink
remove min-width
Browse files Browse the repository at this point in the history
  • Loading branch information
zouharvi committed Feb 2, 2021
1 parent e86fc9f commit d90a197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ h1 {
margin-left: auto;
margin-right: auto;
display: block;
min-width: 400px;
/* min-width: 400px; */
min-height: 100px;
border: 1px solid gray;
background-color: white;
Expand Down Expand Up @@ -56,4 +56,4 @@ input {
#example1, #example2, #example3, #example4, #example5 {
width: 150px;
padding: 0;
}
}

0 comments on commit d90a197

Please sign in to comment.