diff --git a/mons/src/scss/home/a-la-une.scss b/mons/src/scss/home/a-la-une.scss index c1388ee8..d276f9de 100644 --- a/mons/src/scss/home/a-la-une.scss +++ b/mons/src/scss/home/a-la-une.scss @@ -82,7 +82,7 @@ &::before { color: $primary-red; - font-weight: 500; + font-weight: 600 !important; bottom: auto; content: "À la une"; left: 15px; diff --git a/mons/src/scss/home/actualites.scss b/mons/src/scss/home/actualites.scss index 157ee70b..e435345d 100644 --- a/mons/src/scss/home/actualites.scss +++ b/mons/src/scss/home/actualites.scss @@ -15,7 +15,7 @@ } .section-title { - font-weight: 350; + font-weight: 600 !important; margin: 0 auto 40px; width: max-content; font-size: 45px; diff --git a/mons/src/scss/home/events.scss b/mons/src/scss/home/events.scss index 4a9849a6..e357a9e2 100644 --- a/mons/src/scss/home/events.scss +++ b/mons/src/scss/home/events.scss @@ -49,7 +49,7 @@ } .section-title { - font-weight: 350; + font-weight: 600 !important; margin: 0 0 40px; width: max-content; font-size: 45px; diff --git a/mons/src/scss/home/footer.scss b/mons/src/scss/home/footer.scss index 752249ed..a3cc82c8 100644 --- a/mons/src/scss/home/footer.scss +++ b/mons/src/scss/home/footer.scss @@ -87,7 +87,7 @@ } .table_title { - padding-left: 30px !important; + padding-left: 10px !important; font-size: 1rem !important; span { @@ -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;