Skip to content

Commit

Permalink
#457 - Splash animation was moved a bit down on pages longer than scr…
Browse files Browse the repository at this point in the history
…een height
  • Loading branch information
maraf committed Jun 14, 2023
1 parent 80e8f71 commit 3fd2c7e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/Money.Blazor.Host/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ h4 {
color: #D85A5A;
}

.h-100vh {
height: 100vh;
}

.dropdown-item {
padding: 0.25rem 1rem;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Money.Blazor.Host/wwwroot/css/site.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/Money.Blazor.Host/wwwroot/css/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ h4 {
color: #D85A5A;
}

.h-100vh {
height: 100vh;
}

.dropdown-item {
padding: .25rem 1rem;

Expand Down
2 changes: 1 addition & 1 deletion src/Money.Blazor.Host/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<i class="fas fa-arrow-right"></i>
</div>
<div class="splash">
<div class="container h-100">
<div class="container h-100vh">
<div class="d-flex justify-content-center align-items-center h-100">
<img src="images/icon-w-512x512-maskable.png" title="Money by Neptuo" />
</div>
Expand Down

0 comments on commit 3fd2c7e

Please sign in to comment.