A little bit responsiveness to header

This commit is contained in:
Ferit Yiğit BALABAN
2022-05-18 15:11:06 +03:00
parent 22df1d5818
commit aeea6f3acb
7 changed files with 40 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
$mobileS: 360px;
$navbar_overflow: 550px;
$footer_overflow: 1110px;
$header_overflow: 730px;
$footer_overflow2: 880px;
$footer_overflow: 1110px;
$main: 1700px;
$fourK: 2560px;
@@ -15,7 +16,7 @@ $sz_m_footer_p: 12px;
$sz_s_footer_p: 8px;
$clr_header: #01003B;
$clr_logo: #D6FFFF;
$clr_logo: #FDFFFF;
$clr_nav_sleep: #A3C2C2;
$clr_nav_active: $clr_logo;