Make faq disclaimer more responsive

This commit is contained in:
hunicus
2023-03-03 02:07:36 -05:00
parent 2ed4e5bb6e
commit 82b0844928
2 changed files with 11 additions and 1 deletions

View File

@@ -274,6 +274,11 @@ h3 {
margin: 24px 0;
}
#disclaimer > div svg {
display: block;
margin: 2px auto 16px;
}
#disclaimer svg {
width: 50px;
height: auto;
@@ -332,6 +337,10 @@ h3 {
.doc-welcome-note {
font-size: 0.85rem;
}
#disclaimer table {
display: none;
}
}
@media (min-width: 992px) {