Skip to content

Commit

Permalink
Ajout espacement entre images page sponsors + correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Harfeur committed Apr 30, 2024
1 parent 0405544 commit 346cfc4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 2024/src/scss/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ h6 {
color: var(--primary-dark);
}

.navbar a::hover {
.navbar a:hover {
color: var(--colour-2);
}

Expand Down Expand Up @@ -370,6 +370,10 @@ footer p {
right: 5%;
}

.sponsor-page img {
margin: 20px;
}

/************************
Content
************************/
Expand Down

0 comments on commit 346cfc4

Please sign in to comment.