Compare commits
1 Commits
c00867d46b
...
acaa00754b
| Author | SHA1 | Date | |
|---|---|---|---|
| acaa00754b |
@@ -48,7 +48,10 @@
|
||||
|
||||
@mixin hidden-sidenote {
|
||||
position: static;
|
||||
margin-top: 1rem;
|
||||
// Author can override margin inline to shift sidenote, but when displayed
|
||||
// on mobile (and thus, between text), shifting it would overlap it
|
||||
// with text, so override the shift.
|
||||
margin-top: 1rem !important;
|
||||
margin-bottom: 1rem;
|
||||
width: 100%;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user