mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-22 01:35:34 -04:00
14 lines
180 B
CSS
14 lines
180 B
CSS
.center-cta {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
|
|
&:hover>a {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.mt-20 {
|
|
margin-top: 20px;
|
|
} |