Skip to content

Commit

Permalink
Merge pull request #167 from divitdua/main
Browse files Browse the repository at this point in the history
Updated Core and Executive Members list and fixed bg color
  • Loading branch information
Lakshay229 authored Sep 17, 2024
2 parents 275d113 + a146d1b commit 3344a65
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 243 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Pages/AboutUs/components/bg.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
width:100vw;
grid-area:1/1;
z-index:10;
background-color:black;
background-color:#1e1e1e;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

top:0;
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/AboutUs/components/projects.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
width:100vw;
position:absolute;
z-index:10;
background-color:black;
background-color:#1e1e1e;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

top:0;
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/AboutUs/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ html,
body{
height: 100%;
width: 100%;
background-color: black;
background-color: #1E1E1E;
}

.wrapper{
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Events/components/animation.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.wind, .stage {
overflow:hidden;
background:#000;
/* background:#000; */
}

.ind, .ring , .container ,.stage,.wind {
Expand Down
1 change: 1 addition & 0 deletions src/Pages/LandingPage/styles/home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
justify-content: center;
align-items: center;
overflow: hidden;
background-color: black;
}
.polygon{
height: 100vh;
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/OurTeam/Style/ourteam.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
width: 100%;
/* margin-top: 5rem; */
min-height: 100vh;
background-color: black;
background-color: #1E1E1E;
margin-bottom: 180px;
overflow: hidden;
animation: fadeIn 1s;
Expand Down
Loading

0 comments on commit 3344a65

Please sign in to comment.