diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index d6c284a..9b69283 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -1092,8 +1092,6 @@ aside.layout-sidebar-second footer.view-footer { padding-top: 0; align-self: left; margin-left: 1rem; - padding-left: 0.3rem; - padding-right: 0.3rem; } @media (max-width: 891px) { aside.layout-sidebar-second footer.view-footer { @@ -1107,6 +1105,10 @@ aside.layout-sidebar-second footer.view-footer p { aside.layout-sidebar-second footer.view-footer :hover { background-color: #fdc300; } +aside.layout-sidebar-second footer.view-footer p { + padding-left: 0.6rem; + padding-right: 0.6rem; +} .field--name-field-dossier-de-pilotage > div:nth-child(2) > div:nth-child(1) > div:nth-child(2):hover { background-color: none !important; diff --git a/web/themes/custom/reha/scss/partials/_aside.scss b/web/themes/custom/reha/scss/partials/_aside.scss index 33e1385..819b51d 100644 --- a/web/themes/custom/reha/scss/partials/_aside.scss +++ b/web/themes/custom/reha/scss/partials/_aside.scss @@ -189,8 +189,7 @@ aside.layout-sidebar-second{ padding-top: 0; align-self: left; margin-left: 1rem; - padding-left: 0.3rem; - padding-right: 0.3rem; + @media (max-width:891px) { font-size: 1rem; @@ -200,6 +199,10 @@ aside.layout-sidebar-second{ :hover{ background-color: $yellow-puca; } + p{ + padding-left: 0.6rem; + padding-right: 0.6rem; + } } }