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