Skip to content

Commit

Permalink
small css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
comnk committed Jul 29, 2024
1 parent 0ca68ab commit 78a7e6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/(non-home)/events/Events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@

@media screen and (min-width: 768px) {
padding-inline: clamp(24px, 5px + 5vw, 6rem);
margin-block: 1rem;

h1 {
margin-block: 2rem;
}

.events-container {
margin-top: 1rem;
display: grid;
gap: 1px;
grid-template-columns: repeat(3, 1fr);
Expand Down

0 comments on commit 78a7e6c

Please sign in to comment.