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

@@ -45,6 +45,15 @@
}
}
.q-wrapper .external-link {
&::after {
background-position: left 0 bottom 7px;
}
&:hover::after {
background-position: left 4px bottom 11px;
}
}
.li-links {
position: relative;
border-bottom: 2px solid $gray-600;

View File

@@ -210,21 +210,45 @@
}
}
.content {
@include media-breakpoint-up(lg) {
max-width: 704px;
margin-left: auto;
margin-right: auto;
}
}
.content h6:first-of-type {
color: $green-500;
margin-bottom: 1rem;
// margin-top: 6.5rem;
margin-top: 0;
margin-top: 2.5rem;
font-size: 1.25rem;
line-height: 26px;
text-align: center;
.hover_anchor {
display: none;
}
@include media-breakpoint-up(lg) {
margin-top: 6.5rem;
}
}
.content h1:first-of-type {
font-size: 3.875rem;
line-height: 70px;
margin-bottom: 13rem;
font-size: 2.625rem;
line-height: 1.2;
margin-top: 0;
margin-bottom: 5rem;
text-align: center;
.hover_anchor {
display: none;
}
@include media-breakpoint-up(lg) {
font-size: 3.875rem;
margin-bottom: 13rem;
}
}
h2 {
@@ -232,6 +256,8 @@
margin-top: 13rem;
font-size: 2rem;
line-height: 2.375rem;
text-align: center;
font-weight: 700;
}
.q-wrapper {
@@ -251,6 +277,16 @@
}
}
p a {
text-decoration: none;
font-weight: 600;
color: $link-hover-color;
&:hover {
text-decoration: underline;
}
}
h4 {
position: relative;
font-size: 1.25rem;

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 {