push test

This commit is contained in:
2024-03-07 10:15:12 +01:00
parent a6f95e4cc4
commit fff61b5dee
4 changed files with 26 additions and 8 deletions

View File

@@ -398,12 +398,13 @@ footer span.totop {
width: 80%;
margin-top: 3rem; } }
.layout-sidebar-first .sidebar_first_container {
position: sticky;
position: -webkit-sticky;
top: 0;
align-self: flex-start;
display: flex;
flex-direction: column;
width: 80%;
position: sticky;
position: -webkit-sticky;
top: 10rem;
font-weight: 400; }
.layout-sidebar-first .sidebar_first_container .field-content {
margin-bottom: 0.7rem; }
@@ -414,6 +415,11 @@ footer span.totop {
order: 1;
text-transform: uppercase; }
.sticky-menu {
position: sticky;
position: -webkit-sticky;
top: 10rem; }
/*pages*/
#home {
width: 100%;