Skip to content

Commit

Permalink
Style Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
rochagbriel committed Jun 21, 2023
1 parent cc7b79e commit 3c0b165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/App/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ html {

.App {
text-align: center;
/* padding: 2% 5%; */
font-family: 'Montserrat', sans-serif;

}
Expand Down Expand Up @@ -101,7 +100,7 @@ input[type='number'] {

.event {
padding: 10px 10px 35px;
margin-bottom: 10px;
margin: 0 5% 10px 5%;
text-align: left;
border: 1px solid #ccc;
border-radius: 4px;
Expand Down
4 changes: 2 additions & 2 deletions src/App/NumberOfEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class NumberOfEvents extends Component {
className='number-of-events-input'
value={this.state.query}
onChange={this.handleInputChanged}
// min={1}
// max={50}
min={1}
max={50}
/>
<ErrorAlert text={this.state.errorText} />
</div>
Expand Down

0 comments on commit 3c0b165

Please sign in to comment.