Skip to content

Commit

Permalink
Merge pull request #76 from alan-wu/main
Browse files Browse the repository at this point in the history
Make sure demo app has minimal default css in it.
  • Loading branch information
alan-wu committed Mar 8, 2021
2 parents 36a7f20 + 5e59714 commit aa4b923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,13 @@ export default {
@import url('https://fonts.googleapis.com/css2?family=Asap&display=swap');
#app {
font-family:'Avenir', Arial, sans-serif;
letter-spacing: 0.08em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
height:100%;
width: 100%;
position:absolute;
}
body {
margin: 0px;
font-family: "Asap",sans-serif;
line-height: 1.5rem;
}
.map-app {
position:absolute;
Expand Down
1 change: 1 addition & 0 deletions src/components/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ export default {
.pagination {
padding-bottom: 16px;
background-color: white;
text-align:center;
}
.pagination>>>button{
Expand Down

0 comments on commit aa4b923

Please sign in to comment.