Sticky-Position verallgemeinert
This commit is contained in:
parent
b5c29695ff
commit
ac8d277899
5 changed files with 20 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue