Skip to content

Commit

Permalink
Theme for Mons - fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Nov 28, 2024
1 parent 8066894 commit 1b40ef0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mons/src/scss/home/a-la-une.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

&::before {
color: $primary-red;
font-weight: 500;
font-weight: 600 !important;
bottom: auto;
content: "À la une";
left: 15px;
Expand Down
2 changes: 1 addition & 1 deletion mons/src/scss/home/actualites.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.section-title {
font-weight: 350;
font-weight: 600 !important;
margin: 0 auto 40px;
width: max-content;
font-size: 45px;
Expand Down
2 changes: 1 addition & 1 deletion mons/src/scss/home/events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}

.section-title {
font-weight: 350;
font-weight: 600 !important;
margin: 0 0 40px;
width: max-content;
font-size: 45px;
Expand Down
6 changes: 3 additions & 3 deletions mons/src/scss/home/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
}

.table_title {
padding-left: 30px !important;
padding-left: 10px !important;
font-size: 1rem !important;

span {
Expand Down Expand Up @@ -403,8 +403,8 @@ footer {
margin: 0 auto;
background: #fff;
position: absolute;
width: 50px;
height: 50px;
width: 40px !important;
height: 40px !important;
border-radius: 50%;
display: flex;
justify-content: center;
Expand Down

0 comments on commit 1b40ef0

Please sign in to comment.