Add general-purpose disclaimer to top of faq

This commit is contained in:
hunicus
2022-11-14 00:57:39 -05:00
parent 02820b0e68
commit 5df54b6b3e
2 changed files with 21 additions and 0 deletions

View File

@@ -219,6 +219,22 @@ h3 {
display: none;
}
#disclaimer {
background-color: #1d1f31;
padding: 24px;
margin: 24px 0;
}
#disclaimer svg {
width: 50px;
height: auto;
margin-right: 32px;
}
#disclaimer p:last-child {
margin-bottom: 0;
}
@media (max-width: 992px) {
h3 {