Footer responsiveness chek

This commit is contained in:
Ferit Yiğit BALABAN
2022-05-18 14:56:47 +03:00
parent fc88c127d4
commit d214feca71
5 changed files with 74 additions and 6 deletions

View File

@@ -1,11 +1,19 @@
$mobileS: 360px;
$navbar_overflow: 550px;
$tablet: 768px;
$footer_overflow: 1110px;
$footer_overflow2: 880px;
$main: 1700px;
$fourK: 2560px;
$innerContainerMargin: 20px;
$sz_l_footer_h: 22px;
$sz_m_footer_h: 18px;
$sz_s_footer_h: 14px;
$sz_l_footer_p: 16px;
$sz_m_footer_p: 12px;
$sz_s_footer_p: 8px;
$clr_header: #01003B;
$clr_logo: #D6FFFF;
$clr_nav_sleep: #A3C2C2;