diff --git a/src/app/_modules/pages/sections/types/basic/contact/contact-section.component.html b/src/app/_modules/pages/sections/types/basic/contact/contact-section.component.html index c68f65e..8251a85 100644 --- a/src/app/_modules/pages/sections/types/basic/contact/contact-section.component.html +++ b/src/app/_modules/pages/sections/types/basic/contact/contact-section.component.html @@ -1,13 +1,13 @@

-

Юридический адрес

+

Юридический адрес

-

Фактический адрес

+

Фактический адрес

-

Email

+

Email

{{email}}

-

Телефон

+

Телефон

-

Информация

+

Информация

diff --git a/src/app/_modules/pages/sections/types/basic/contact/contact-section.component.scss b/src/app/_modules/pages/sections/types/basic/contact/contact-section.component.scss index 1e07cfd..8b13789 100644 --- a/src/app/_modules/pages/sections/types/basic/contact/contact-section.component.scss +++ b/src/app/_modules/pages/sections/types/basic/contact/contact-section.component.scss @@ -1,20 +1 @@ -.contact { - h2 { - color: var(--second-act); - font-family: PT Sans Narrow; - font-size: 24px; - font-style: normal; - font-weight: 700; - line-height: 32px; /* 133.333% */ - letter-spacing: 0.24px; - margin-bottom: 0px; - margin-top: 8px; - } - - p{ - margin-top: 24px; - margin-bottom: 0px; - } - -} diff --git a/src/vniigaz-v2/css/_pages-section.scss b/src/vniigaz-v2/css/_pages-section.scss index c365032..de00b3a 100644 --- a/src/vniigaz-v2/css/_pages-section.scss +++ b/src/vniigaz-v2/css/_pages-section.scss @@ -825,6 +825,27 @@ video-section{ } } +.contact { + + h2 { + color: var(--second-act); + font-family: PT Sans Narrow; + font-size: 24px; + font-style: normal; + font-weight: 700; + line-height: 32px; /* 133.333% */ + letter-spacing: 0.24px; + margin-bottom: 0px; + margin-top: 24px; + } + + p{ + margin-top: 16px; + margin-bottom: 0px; + } + +} + @media screen and (max-width: 767px) { .pagination {