Π·Π΅Ρ€ΠΊΠ°Π»ΠΎ ΠΈΠ·
1
0
Π€ΠΎΡ€ΠΊΠ½ΡƒΡ‚ΡŒ 0
This commit is contained in:
Sonia Ruiz 2022-04-08 09:58:43 +02:00
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ ca8a598f0d
ΠšΠΎΠΌΠΌΠΈΡ‚ 41c115328e
2 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 13 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 4 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -21,7 +21,7 @@ const Header = () => {
const yearClasses = clsx('header__chip', { hide: hideYear })
const isMobile = useMemo(() => width < BREAKPOINTS.MD, [width])
const isMobile = useMemo(() => width < BREAKPOINTS.SM, [width])
useEffect(() => {
if (!isHome) {

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -36,13 +36,22 @@
&__home-link {
display: flex;
align-items: center;
column-gap: spacing(2);
column-gap: spacing(1);
@extend %header-5;
@media (min-width: $md) {
column-gap: spacing(2);
}
.github-logo {
height: spacing(4);
width: spacing(4);
height: spacing(3);
width: spacing(3);
@media (min-width: $sm) {
height: spacing(4);
width: spacing(4);
}
path {
fill: $white;