Skip to content

Commit

Permalink
fix: ajusta centrado de textos loading
Browse files Browse the repository at this point in the history
  • Loading branch information
raulghm committed Oct 16, 2019
1 parent d4e7052 commit 4ab4ae2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/views/Splash.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
</div>

<div class="Splash-step">
<i class="ico-pin"></i>
<h2>
Encuentra los bares <br>
más cercanos para <br>
Expand Down Expand Up @@ -188,7 +187,7 @@ export default {
margin: 0 auto;
transform: translateY(20px);
animation: anim-fade 1s .6s ease forwards;
max-height: 40%;
max-height: 36%;
}
.Splash h1 {
Expand Down Expand Up @@ -222,11 +221,15 @@ export default {
position: absolute;
left: 40px;
right: 40px;
bottom: -20px;
bottom: 0;
}
.Splash-step:nth-child(2) {
bottom: -30px;
}
.Splash-step:nth-child(1) {
bottom: 10px;
.Splash-step:nth-child(2) h2 {
margin-bottom: 0;
}
.Splash-step.is-active {
Expand Down

0 comments on commit 4ab4ae2

Please sign in to comment.