Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-cj committed May 2, 2024
1 parent 710276b commit 2cb7b4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ body main .sectionButton button:hover {
body main section {
width: 400px;
height: 400px;
margin: 30px;
padding: 30px;
margin: 20px;
padding: 25px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
Expand Down
4 changes: 2 additions & 2 deletions assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ body {
section {
width: 400px;
height: 400px;
margin: 30px;
padding: 30px;
margin: 20px;
padding: 25px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
Expand Down

0 comments on commit 2cb7b4c

Please sign in to comment.