File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -894,6 +894,7 @@ a:hover {
894894.ml-16 { margin-left : 16px ; }
895895
896896.py-24 { padding-top : 24px ; padding-bottom : 24px ; }
897+ .py-16 { padding-top : 16px ; padding-bottom : 16px ; }
897898.py-32 { padding-top : 32px ; padding-bottom : 32px ; }
898899.py-40 { padding-top : 40px ; padding-bottom : 40px ; }
899900.py-48 { padding-top : 48px ; padding-bottom : 48px ; }
@@ -1017,14 +1018,17 @@ a:hover {
10171018*****************************/
10181019.header-nav {
10191020 position : fixed;
1020- top : 0 ;
1021- left : 0 ;
1022- right : 0 ;
1021+ top : 20 px ;
1022+ left : 12 px ;
1023+ right : 12 px ;
10231024 z-index : 1000 ;
10241025 background-color : rgba (10 , 10 , 10 , 0.95 );
1025- backdrop-filter : blur (12px );
1026- border-bottom : 1px solid var (--color-border-primary );
1026+ backdrop-filter : blur (5px );
1027+ border : 1px solid var (--color-border-primary );
1028+ border-radius : 16px ;
10271029 transition : all var (--animation-normal ) var (--ease-out-cubic );
1030+ padding-top : 16px !important ;
1031+ padding-bottom : 16px !important ;
10281032}
10291033
10301034.logo {
You can’t perform that action at this time.
0 commit comments