Skip to content

Commit

Permalink
Fixed a width issue on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
readingdancer committed Mar 30, 2020
1 parent a340889 commit 6898a3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion covid-19-support/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ body,
}
#wrapper.toggled .tab {
left: 23rem;
left: 22rem;
}
#wrapper.toggled .tab i {
Expand Down
4 changes: 2 additions & 2 deletions covid-19-support/src/components/SearchFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default {

<style scoped>
#search-filter-wrapper {
margin-left: -23rem;
margin-left: -22rem;
-webkit-transition: margin 0.25s ease-out;
-moz-transition: margin 0.25s ease-out;
-o-transition: margin 0.25s ease-out;
Expand All @@ -78,7 +78,7 @@ export default {
}
.list-group {
width: 23rem;
width: 22rem;
border-bottom: solid 1px rgba(0, 0, 0, 0.125);
}
Expand Down

0 comments on commit 6898a3e

Please sign in to comment.