Sticky-Position verallgemeinert

This commit is contained in:
mdn 2022-11-28 19:45:15 +01:00
parent b5c29695ff
commit ac8d277899
5 changed files with 20 additions and 11 deletions

View file

@ -54,6 +54,14 @@ footer p {
fill_: currentColor;
}
/*
* Sidebar
*/
.position-sticky {
top: .5rem;
margin-bottom: .5rem!important;
}
/*
* Blog posts
@ -128,4 +136,4 @@ footer p {
}
.avatar {
padding-top: 8vh;
}
}