Skip to content

Commit

Permalink
Reposition buttons in hero
Browse files Browse the repository at this point in the history
  • Loading branch information
roblevintennis committed Sep 30, 2020
1 parent f868330 commit 4045ad6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions showcase/src/App.vue
Expand Up @@ -175,7 +175,6 @@ export default {
/* So we mask between the bordered button and the illustration */
background: white;
width: initial;
top: 600px;
}
@media only screen and (min-width: 576px) {
Expand All @@ -200,7 +199,7 @@ export default {
}
.btnGroup {
display: block;
top: 500px;
top: 465px;
}
}
Expand Down Expand Up @@ -231,7 +230,12 @@ export default {
top: 300px;
}
.btnGroup {
top: 550px;
top: 520px;
}
}
@media only screen and (min-width: 1900px) {
.btnGroup {
top: 480px;
}
}
</style>

0 comments on commit 4045ad6

Please sign in to comment.