mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-19 13:54:49 -04:00
69488126f2
* 1.5.9 changelog + local document sync * update nest blockquote
30 lines
394 B
CSS
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;
|
|
}
|