mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
15 lines
243 B
SCSS
15 lines
243 B
SCSS
|
.faq {
|
||
|
padding-top: $spacer * 3;
|
||
|
}
|
||
|
|
||
|
.faq__question {
|
||
|
font-size: $font-size-h4;
|
||
|
}
|
||
|
|
||
|
.faq-contents__title {
|
||
|
font-size: $font-size-h5;
|
||
|
margin-top: $spacer / 2;
|
||
|
margin-bottom: $spacer / 2;
|
||
|
color: $brand-main-gray-lighter;
|
||
|
}
|