mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Reduce spacing between FAQ heading text and FAQ content
GitOrigin-RevId: c4ca73f5651f56f8565069f54417f55ef26700a8
This commit is contained in:
parent
cce68028c6
commit
a8a655ff3b
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@
|
||||||
.plans-faq {
|
.plans-faq {
|
||||||
.faq-heading-container {
|
.faq-heading-container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: var(--spacing-13);
|
margin-bottom: var(--spacing-10);
|
||||||
|
|
||||||
@media (max-width: @screen-xs-max) {
|
@media (max-width: @screen-xs-max) {
|
||||||
text-align: unset;
|
text-align: unset;
|
||||||
|
|
Loading…
Reference in a new issue