Skip to content

Commit

Permalink
Merge branch 'main' into thisworks
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicagallagher authored Mar 19, 2021
2 parents 3c45467 + 98f7d64 commit f481795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Event.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class Event extends Component {
<i className="far fa-trash-alt position-absolute"></i>
</Confirm>
</div>

</section>
</div>
<div className="container-fluid full-screen">
Expand All @@ -113,7 +114,6 @@ class Event extends Component {

</div>


)
}
}
Expand Down
3 changes: 3 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,7 @@ nav {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}

}


0 comments on commit f481795

Please sign in to comment.