Skip to content

Commit

Permalink
use fixed width for lottie containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin McLaughlin committed Nov 22, 2023
1 parent d0fb679 commit 4b85e50
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions PersonalWebsite/Pages/Index.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ header {
}

.cat-container {
max-width: 550px;
width: max-content;
width: 550px;
position: absolute;
right: 200px;
top: -130px;
Expand All @@ -45,8 +44,7 @@ header {
}

.woman-container {
max-width: 550px;
width: max-content;
width: 550px;
position: absolute;
right: 0;
top: -130px;
Expand Down

0 comments on commit 4b85e50

Please sign in to comment.