Skip to content

Commit

Permalink
Merge pull request #440 from KrishPatel1205/branch3
Browse files Browse the repository at this point in the history
[FIXED] Fixing the height of the "about community" #439
  • Loading branch information
arushi2610 authored Oct 27, 2024
2 parents a56066d + fddae50 commit 6edea11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ body.dark-mode #theme-switch {
text-align: center;
margin: 20px auto;
max-width: 1400px;
height: calc(100vh - 100px);
height: 600px;
border-radius: 20px;
box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease;
Expand Down

0 comments on commit 6edea11

Please sign in to comment.