Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
minor tweaks to card and modal sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Sep 26, 2023
1 parent 99c8882 commit ff8de2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/components/SceneCard/SceneCard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
border: 1px solid rgba(237, 235, 239, 0.2);
padding: 8px 8px 12px 8px;
width: 272px;
height: 275px;
height: 250px;
position: relative;
cursor: pointer;

Expand Down
2 changes: 1 addition & 1 deletion src/components/modals/ScenesModal/ScenesModal.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.modalWrapper {
position: relative;
width: 80vw;
width: 90vw;
margin: auto auto;
height: 100%;

Expand Down

0 comments on commit ff8de2d

Please sign in to comment.