File tree Expand file tree Collapse file tree 2 files changed +10
-18
lines changed
1Application-frontend/src Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ const Navbar = () => {
1717 < nav >
1818 < div className = { `main-component ${ menuOpen ? "menu-open show" : "" } ` } >
1919 < div className = "head-main" >
20- < h3 style = { { marginTop : "1rem " } } >
20+ < h3 className = "row" style = { { marginTop : "0.8rem " } } >
2121 Thinks Well
22- < br />
23- < span > JAVASCRIPT PROJECTS</ span >
22+ </ h3 >
23+ < h3 className = "row" >
24+ JAVASCRIPT PROJECTS
2425 </ h3 >
2526 </ div >
2627 < div className = "routes" >
Original file line number Diff line number Diff line change 2323 width : 100% ;
2424 height : 6rem ;
2525 display : flex;
26- gap : 32 rem ;
26+ justify-content : space-between ;
2727 z-index : 999 ;
2828 background-color : var (--color-2 );
2929 backdrop-filter : blur (10px );
3232
3333.head-main {
3434 display : flex;
35+ flex-direction : column;
36+ margin-left : 2rem ;
3537}
3638
3739.head-main h3 {
38- position : relative;
39- top : -0.5rem ;
40- margin-left : 6rem ;
41- font-family : var (--font-1 );
42- font-size : 2.5rem ;
4340 color : rgb (41 , 6 , 241 );
44- font-weight : 700 ;
45- text-shadow : 1px 1px 1px # 919191 ;
46- }
47-
48- span {
49- margin-left : -0.9rem ;
5041 font-size : 2rem ;
51- position : relative ;
52- top : -1 rem ;
42+ text-shadow : 1 px 1 px 1 px # 919191 ;
43+ font-family : var ( --font-1 ) ;
5344}
5445
5546.routes ul {
5647 display : flex;
57- gap : 3 rem ;
48+ gap : 2 rem ;
5849 margin-top : 2rem ;
5950}
6051
You can’t perform that action at this time.
0 commit comments