Merge branch 'master' into add-advanced-and-2q

This commit is contained in:
wiz
2022-11-22 18:08:50 +09:00
committed by GitHub
86 changed files with 2024 additions and 617 deletions

View File

@@ -220,6 +220,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 {