Skip to content

Commit

Permalink
fix(browser-compatibility): adjust browser compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Apr 20, 2021
1 parent 547a12e commit b710e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/DecentralizedOracle.vue
Expand Up @@ -120,7 +120,6 @@ export default {
width: 100%;
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
color: white;
.left {
Expand All @@ -129,8 +128,10 @@ export default {
margin-right: 25px;
.title {
display: inline-block;
margin-bottom: 32px;
.gradient {
display: inline-block;
background: linear-gradient(
90deg,
$aquamarine-3 43%,
Expand Down Expand Up @@ -159,7 +160,6 @@ export default {
display: flex;
align-items: flex-end;
flex-direction: column;
justify-self: center;
.testimonial {
margin-bottom: 1.75rem;
&.short {
Expand Down
2 changes: 0 additions & 2 deletions components/Hero.vue
Expand Up @@ -79,7 +79,6 @@ export default {
.hero-image {
max-width: 77%;
right: 40px;
height: 100%;
}
@media (max-width: 1200px) {
Expand All @@ -91,7 +90,6 @@ export default {
position: relative;
max-width: 99%;
right: 200px;
height: 100%;
z-index: -50;
top: 60px;
}
Expand Down

0 comments on commit b710e0b

Please sign in to comment.