File tree 2 files changed +10
-18
lines changed
1Application-frontend/src
2 files changed +10
-18
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ const Navbar = () => {
17
17
< nav >
18
18
< div className = { `main-component ${ menuOpen ? "menu-open show" : "" } ` } >
19
19
< div className = "head-main" >
20
- < h3 style = { { marginTop : "1rem " } } >
20
+ < h3 className = "row" style = { { marginTop : "0.8rem " } } >
21
21
Thinks Well
22
- < br />
23
- < span > JAVASCRIPT PROJECTS</ span >
22
+ </ h3 >
23
+ < h3 className = "row" >
24
+ JAVASCRIPT PROJECTS
24
25
</ h3 >
25
26
</ div >
26
27
< div className = "routes" >
Original file line number Diff line number Diff line change 23
23
width : 100% ;
24
24
height : 6rem ;
25
25
display : flex;
26
- gap : 32 rem ;
26
+ justify-content : space-between ;
27
27
z-index : 999 ;
28
28
background-color : var (--color-2 );
29
29
backdrop-filter : blur (10px );
32
32
33
33
.head-main {
34
34
display : flex;
35
+ flex-direction : column;
36
+ margin-left : 2rem ;
35
37
}
36
38
37
39
.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 ;
43
40
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 ;
50
41
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 ) ;
53
44
}
54
45
55
46
.routes ul {
56
47
display : flex;
57
- gap : 3 rem ;
48
+ gap : 2 rem ;
58
49
margin-top : 2rem ;
59
50
}
60
51
You can’t perform that action at this time.
0 commit comments