Skip to content

Commit

Permalink
GeoGatewaygh-240: Fix landpage styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dinukadesilva committed Jun 8, 2022
1 parent e6326d9 commit 6355541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/*text-align: center;*/
text-align: center;
color: #2c3e50;
width: 100%;
min-height: 100vh;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/UAVSAR.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="w-100 p-2 bg-light">
<div class="w-100 p-2 bg-light text-left">
<b-alert :show="true">
<b-link v-b-modal="`about-uavsar-modal`">
<b-icon icon="info-circle-fill"/>
Expand Down

0 comments on commit 6355541

Please sign in to comment.