Skip to content

Commit

Permalink
[Issue-108] Update style for Welcome screen
Browse files Browse the repository at this point in the history
  • Loading branch information
lw committed Aug 3, 2024
1 parent 78bd9fd commit a8ec8cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 5 additions & 6 deletions packages/webapp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,18 @@
}

.startup-screen-mockup-4 {
opacity: 0.75;
width: 477px;
width: 379px;
height: auto;
position: absolute;
z-index: 0;
bottom: 0;
right: -53px;
bottom: -5px;
right: -12px;
}

@media screen and (max-height: 700px) {
@media screen and (max-height: 721px) {
.startup-screen-mockup-4 {
bottom: auto;
top: 334px;
top: 335px;
}
}
</style>
Expand Down

0 comments on commit a8ec8cd

Please sign in to comment.