FAQ filter: Start on making text expandable

This commit is contained in:
mDuo13
2021-07-02 16:51:28 -07:00
parent b886f6ceaf
commit 87fe5462ed
4 changed files with 40 additions and 8 deletions

View File

@@ -194,6 +194,12 @@
width: 100%;
}
.q-wrapper {
background: $gray-800;
border-radius: $border-radius-sm;
padding: 2rem;
}
.page-docs-index {
background: url(../img/backgrounds/bg-docs.png) no-repeat;
background-position-x: left -20vw;