Browse Source

style(common): add padding to body for improved layout

master
peijunlei 2 weeks ago
parent
commit
fc6afc9417
  1. 1
      public/themes/dist_static/static/css/common.css
  2. 2
      public/themes/website/1/en/demo/about.html

1
public/themes/dist_static/static/css/common.css

@ -354,6 +354,7 @@ body {
justify-content: center; justify-content: center;
min-width: 12.5rem; min-width: 12.5rem;
min-height: 3.75rem; min-height: 3.75rem;
padding: 0 2rem;
gap: 1.875rem; gap: 1.875rem;
border-radius: 0.5rem; border-radius: 0.5rem;
color: var(--color-white); color: var(--color-white);

2
public/themes/website/1/en/demo/about.html

@ -327,7 +327,7 @@
<p class="ab-csr__desc"> <p class="ab-csr__desc">
{$vo.description} {$vo.description}
</p> </p>
<a class="s-btn s-btn--light s-btn--pill" href="{$csr_report_href}">CSR Report</a>
<a class="s-btn s-btn--light s-btn--pill" href="{$csr_report_href}">Social Responsibility Report</a>
</div> </div>
</div> </div>
</section> </section>

Loading…
Cancel
Save