Skip to content

Commit

Permalink
Reposition the button groups to sit a little tighter to paragraph onc…
Browse files Browse the repository at this point in the history
…e they're brought in
  • Loading branch information
roblevintennis committed Sep 30, 2020
1 parent 5dccdd2 commit 1c63c57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions showcase/src/App.vue
Expand Up @@ -163,11 +163,11 @@ export default {
text-overflow: ellipsis;
word-wrap: none;
white-space: nowrap;
font-size: 32px;
font-size: 28px;
}
.heroMessage {
top: 360px;
width: 50vw;
top: 350px;
width: 60vw;
font-size: 14px;
}
.btnGroup {
Expand Down Expand Up @@ -199,7 +199,7 @@ export default {
}
.btnGroup {
display: block;
top: 465px;
top: 450px;
}
}
Expand All @@ -210,7 +210,7 @@ export default {
}
.heroTitle {
font-size: 48px;
font-size: 56px;
}
}
Expand Down

0 comments on commit 1c63c57

Please sign in to comment.