Skip to content

Commit

Permalink
more style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maryam-olabisi committed Jul 17, 2021
1 parent 5f4519f commit 75edb75
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/subscribe.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Subscribe extends Component {
<Form.Control placeholder="Email Address" />
</Col>
<Col >
<Button className="sub-button" type="submit">SUBSCRIBE</Button>
<Button className="sub-button xbs" type="submit">SUBSCRIBE</Button>
</Col>
</Form.Row>
</Form>
Expand Down
6 changes: 6 additions & 0 deletions src/styles/components/subscribe.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ form {
margin: 1rem 4rem 2rem;
}
}

@media (max-width: 575px) {
.xbs {
margin-top: 10px;
}
}
4 changes: 4 additions & 0 deletions src/styles/views/event.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.events {
margin-bottom: 35px;
}

.header-img {
height: 30px;
width: 30px;
Expand Down
2 changes: 1 addition & 1 deletion src/views/events/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Events() {
</Form.Row>
</Form>
</div>
<div className="row">
<div className="row events">
{eventCards}
</div>
<Subscribe />
Expand Down

0 comments on commit 75edb75

Please sign in to comment.