scroll stop sous header

This commit is contained in:
2024-03-07 15:45:38 +01:00
parent 1f8059afbd
commit 175c589c76
8 changed files with 44 additions and 551 deletions

View File

@@ -301,7 +301,7 @@ footer span.totop {
display: inline-block;
text-align: top; }
footer span.totop #toTop .arrow-up::before {
content: url(../images/up-arrow.svg);
content: url("../images/up-arrow.svg");
width: 50%; }
.footer {
@@ -504,7 +504,8 @@ footer span.totop {
#presentation, #home {
width: 100%;
display: grid;
grid-template-columns: repeat(12, 1fr); }
grid-template-columns: repeat(12, 1fr);
padding-top: 3rem; }
#presentation #block-quartiers-de-demain-views-block-statics-fields-block-1, #home #block-quartiers-de-demain-views-block-statics-fields-block-1 {
order: 2;
border-top: 2px solid #0732c2;