9 lines
129 B
CSS
9 lines
129 B
CSS
|
#p-community {
|
||
|
max-width: var(--site-max-width);
|
||
|
margin: 72px auto;
|
||
|
|
||
|
& .g-section-header {
|
||
|
margin-bottom: 100px;
|
||
|
}
|
||
|
}
|