Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 666 Bytes

Author callout.md

File metadata and controls

34 lines (26 loc) · 666 Bytes

Collection

Author callout



cover::

.callout[data-callout="author"] {
  display: flex;
  flex-direction: column-reverse;
  --callout-icon: user;
  --callout-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border-left: solid;
}

.callout[data-callout="author"] > .callout-title {
  display: flex;
  justify-content: flex-end;
  padding-right: 8px;
  font-style: italic;
}

.callout[data-callout="author"] .callout-content p {
  margin-top: 0;
}