Skip to content

Commit

Permalink
try vertical align super
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 2, 2023
1 parent 9fbc72b commit 968d241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VUE_APP_ROOT_API=http://localhost:3000
VUE_APP_ROOT_API=https://api.sustainability.oregonstate.edu/v2/energy
VUE_APP_HOST_ADDRESS=http://localhost:8080
3 changes: 3 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ export default {
font-weight: bold;
font-style: normal;
}
.el-message-box {
vertical-align: super !important;
}
body {
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
Expand Down

0 comments on commit 968d241

Please sign in to comment.