gap
This commit is contained in:
@@ -85,6 +85,12 @@ const HeaderBlock = styled.div`
|
||||
.tgLink{
|
||||
margin: 0 12px 0 8px;
|
||||
}
|
||||
.vkLink{
|
||||
margin: 0 6px 0 8px;
|
||||
}
|
||||
.maxLink{
|
||||
margin: 0 8px 0 6px;
|
||||
}
|
||||
&.desktopOnly {
|
||||
@media (max-width: 900px) {
|
||||
display: none;
|
||||
@@ -225,12 +231,12 @@ const HeaderPage: React.FC<HeaderPageProps> = ({tg, gis2, phone}) => {
|
||||
</Link>
|
||||
)}
|
||||
|
||||
<Link href="https://vk.ru" className="headerImage" target="_blank">
|
||||
<Image src="/icons/vk.svg" alt="vk" width={52} height={52} loading="lazy" />
|
||||
<Link href="https://vk.ru" className="vkLink headerImage" target="_blank">
|
||||
<Image src="/icons/vk.svg" alt="vk" width={44} height={44} loading="lazy" />
|
||||
</Link>
|
||||
|
||||
<Link href="https://max.ru" className="headerImage" target="_blank">
|
||||
<Image src="/icons/max.svg" alt="max" width={52} height={52} loading="lazy" />
|
||||
<Link href="https://max.ru" className="maxLink headerImage" target="_blank">
|
||||
<Image src="/icons/max.svg" alt="max" width={44} height={44} loading="lazy" />
|
||||
</Link>
|
||||
|
||||
<HeaderPhone>
|
||||
|
||||
Reference in New Issue
Block a user