Skip to content

Commit

Permalink
margins
Browse files Browse the repository at this point in the history
  • Loading branch information
dskill committed Nov 17, 2024
1 parent ee6a840 commit 1793b6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ button:active {
display: flex;
align-items: center;
justify-content: center;

}

.effect-grid {
Expand All @@ -665,7 +666,7 @@ button:active {
gap: 25px;
padding: 20px;
max-width: 1200px;
width: 100%;
width: 90%;
}

.effect-tile-wrapper {
Expand All @@ -680,7 +681,7 @@ button:active {
height: 80px;
border: 2px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
padding: 0;
padding: 15px;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
Expand Down

0 comments on commit 1793b6c

Please sign in to comment.