Files
Timothy Carambat 69488126f2 1.5.9 changelog + local document sync (#59)
* 1.5.9 changelog + local document sync

* update nest blockquote
2024-07-12 09:44:29 -07:00

30 lines
394 B
CSS

.center-cta {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
&:hover > a {
text-decoration: underline;
}
}
.mt-20 {
margin-top: 20px;
}
.nested > ul > li > ul,
.nested > blockquote {
margin-top: 0px;
}
.nested > blockquote > br.sm {
content: "";
display: block;
height: 5px;
}
.nested > blockquote > p {
margin-top: 0px !important;
}