Skip to content

Commit

Permalink
event.css fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
skinatro committed Aug 13, 2024
1 parent 411399e commit 8ad01ed
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
23 changes: 15 additions & 8 deletions styles/events.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ html {
}

.container {
max-width: 100%vh;
max-width: 100vh;
margin: 0 auto;
padding: 50px 20px;
}
Expand Down Expand Up @@ -100,12 +100,6 @@ h2 {
padding: 10px 20px;
}

@media (max-width: 768px) {
.events-grid {
grid-template-columns: 1fr;
}
}

.event-card {
position: relative;
overflow: hidden;
Expand All @@ -115,7 +109,7 @@ h2 {
position: absolute;
bottom: 10px;
right: 10px;
background-color: blue;
background-color: rgba(0, 0, 255, 0);
border-radius: 50%;
padding: 10px;
color: white;
Expand All @@ -131,6 +125,19 @@ h2 {
background-color: darkgray;
}

.insta:hover i {
color: black;
}

@media (max-width: 768px) {
.events-grid {
grid-template-columns: 1fr;
}
.container{
padding: 2em 6em ;
}
}

#vanta-bg{
position:static !important;
}
2 changes: 1 addition & 1 deletion styles/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ html {
}

.container {
max-width: 1200px;
max-width: 100vh;
margin: 0 auto;
padding: 50px 20px;
}
Expand Down

0 comments on commit 8ad01ed

Please sign in to comment.