Skip to content

Commit

Permalink
learning bit 18
Browse files Browse the repository at this point in the history
  • Loading branch information
alainvd committed Dec 1, 2023
1 parent c98507e commit 0a746c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/assets/sass/components/containers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,12 @@
@media (min-width:1025px) {
.codeweek-content-grid {
display: grid;
grid-template-columns: 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 15px;
}
.hackathons-content-grid {
display: grid;
grid-template-columns: 1fr;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 15px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/sass/pages/hackathons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ header.hackathons #right-menu #hackathons-register-button {
font-size: 35px;
}
.hackathons-content-grid {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.codeweek-banner.hackathons .image .text {
position: absolute;
Expand Down

0 comments on commit 0a746c0

Please sign in to comment.