Переглянути джерело

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); 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); createElement('p', [], data.copy, tb);


const buttons = createElement('ul', ['contact-buttons'], null, 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); margin-top: var(--section-headline-margin);
} }


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


Завантаження…
Відмінити
Зберегти