π©Ή π Fix header spacing issues
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
ca8a598f0d
ΠΠΎΠΌΠΌΠΈΡ
41c115328e
|
@ -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;
|
||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅