瀏覽代碼

Headings: Contact

bugfix/microsites
Lukas Zimmer 2 年之前
父節點
當前提交
79a2e8f881
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      gfi-ihk-2024/stories/components/contact/ContactComponent.js
  2. +1
    -1
      gfi-ihk-2024/stories/components/contact/contact.scss

+ 1
- 1
gfi-ihk-2024/stories/components/contact/ContactComponent.js 查看文件

@@ -30,7 +30,7 @@ export const createContact =
}

const tb = createElement('div', ['text-box'], null, cp);
createElement('h6', [], data.name, tb);
createElement('h3', ['like-h6'], data.name, tb);
createElement('p', [], data.copy, tb);

const buttons = createElement('ul', ['contact-buttons'], null, tb);


+ 1
- 1
gfi-ihk-2024/stories/components/contact/contact.scss 查看文件

@@ -14,7 +14,7 @@
margin-top: var(--section-headline-margin);
}

h5, h6 {
h5, h6, .like-h6 {
margin-top: -0.3em;
font-size: var(--font-size-copy);
}


Loading…
取消
儲存