diff --git a/documentation/src/components/Landing/molecules/Header/Header.tsx b/documentation/src/components/Landing/molecules/Header/Header.tsx index c6741a90..7f8db34e 100644 --- a/documentation/src/components/Landing/molecules/Header/Header.tsx +++ b/documentation/src/components/Landing/molecules/Header/Header.tsx @@ -4,20 +4,19 @@ import styles from './styles.module.css' export const Header: FC = () => (
-

- SGroups - Host Based NGFW -

+

SGroups - Host Based NGFW

- Будущее безопасной сети + Будущее безопасной сети

- +

- Создавайте защищенные сети в вашей организации за пару минут, используя весь функционал sgroups для сетевой микросегментации. + Создавайте защищенные сети в вашей организации за пару минут, используя весь функционал sgroups для + сетевой микросегментации.

- +
+ +
diff --git a/documentation/src/components/Landing/molecules/Header/styles.module.css b/documentation/src/components/Landing/molecules/Header/styles.module.css index 28fe067b..0f40bc10 100644 --- a/documentation/src/components/Landing/molecules/Header/styles.module.css +++ b/documentation/src/components/Landing/molecules/Header/styles.module.css @@ -21,13 +21,14 @@ padding: 15px; text-align: justify; background: rgba(0, 0, 0, 0.7); +} - span { - font-weight: 300; - } - p span { - font-weight: bold; - } +.text span { + font-weight: 300; +} + +.text p span { + font-weight: bold; } @media (min-width: 997px) { @@ -43,7 +44,7 @@ } } -.button { +.buttonHolder button { display: inline-block; min-height: 50px; margin-top: 0.5rem; @@ -55,13 +56,10 @@ border-width: 0; border-radius: 0.1rem; cursor: pointer; - transition: - color 125ms, - background-color 125ms, - border-color 125ms; + transition: all 125ms; } -.button:hover { +.buttonHolder button:hover { color: #fff; background-color: var(--ifm-color-primary); }