push test
This commit is contained in:
@@ -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%;
|
||||
|
Reference in New Issue
Block a user