Move FAQ to About

This commit is contained in:
mDuo13
2021-07-16 16:31:38 -07:00
parent 40de735027
commit 7bdc7d59da
7 changed files with 81 additions and 52 deletions

View File

@@ -117,9 +117,7 @@
}
.col-for-popular-pages,
.col-for-人気ページ,
.col-for-questions,
.col-for-質問 {
.col-for-人気ページ {
background-color: $gray-800;
}
@@ -230,7 +228,7 @@
grid-column: 2;
}
.col-for-about {
grid-row: 1;
grid-row: 1 / 3;
grid-column: 3;
}
@@ -250,17 +248,10 @@
.col-for-popular-pages,
.col-for-人気ページ {
grid-column: 3;
grid-row: 1 / 3;
grid-row: 1 / 4;
margin: -40px -40px -40px 0;
padding: 40px;
}
.col-for-questions,
.col-for-質問 {
grid-column: 3;
grid-row: 3;
margin: 0 -40px -40px 0px;
padding: 0 40px 40px 40px;
}
}
&.smaller-dropdown {