File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 18
18
align-items : center;
19
19
justify-content : space-between;
20
20
gap : 62px ;
21
+
21
22
}
22
23
23
24
/* Logo Section */
24
25
.intro-logo-section {
25
26
display : flex;
26
27
flex : 1 ;
27
28
flex-direction : row;
29
+ max-height : 100% ;
28
30
}
29
31
30
32
.intro-turtles {
31
33
width : 175px ;
32
- margin-bottom : 0 ; /* Remove bottom margin */
34
+ margin-bottom : 0 ;
35
+ /* Remove bottom margin */
33
36
}
34
37
35
38
.intro-logo-text {
36
- margin-top : -10px ; /* Use negative margin to pull it closer to the turtles */
39
+ margin-top : -10px ;
40
+ /* Use negative margin to pull it closer to the turtles */
37
41
width : 350px ;
38
42
}
39
43
65
69
line-height : 150% ;
66
70
letter-spacing : 0% ;
67
71
text-align : left;
68
- }
72
+ }
Original file line number Diff line number Diff line change 1
1
@import url ("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" );
2
2
@import url (
"https://fonts.googleapis.com/css2?family=Dosis:[email protected] &display=swap" );
3
+
3
4
.root {
4
5
--Light-3 : # ebebf0 ;
5
6
--Light-2 : # f2f2f5 ;
9
10
.netlogo-header {
10
11
width : 100% ;
11
12
max-width : 100% ;
12
- height : 4 .5rem ;
13
+ height : 3 .5rem ;
13
14
background-color : black;
15
+ display : flex;
16
+ align-items : center;
14
17
flex-shrink : 0 ;
15
18
border-bottom : 1px solid var (--Light-3 , # ebebf0 );
16
19
background : var (--Light-2 , # f2f2f5 );
24
27
25
28
# page-logo {
26
29
width : 175px ;
27
- margin-top : -10px ;
28
30
}
29
31
30
32
.header-action-bar {
31
33
box-sizing : border-box;
32
34
height : 3rem ;
33
35
cursor : default;
34
- margin-top : 1rem ;
35
36
display : flex;
36
37
flex-direction : row;
37
38
align-items : center;
44
45
.header-action {
45
46
color : var (--Dark-2 , # 555770 );
46
47
font-family : Inter;
47
- font-size : 1.25 rem ;
48
+ font-size : 1 rem ;
48
49
font-style : normal;
49
50
font-weight : 600 ;
50
51
line-height : 130% ;
107
108
border-bottom : 1px solid var (--Light-3 , # ebebf0 );
108
109
background : var (--Light-2 , # f2f2f5 );
109
110
position : absolute;
110
- top : 5.505 rem ;
111
+ top : 3.5 rem ;
111
112
z-index : 1 ;
112
113
justify-content : center;
113
114
padding-bottom : 1.88rem ;
177
178
margin : auto;
178
179
margin-bottom : 0.81rem ;
179
180
}
181
+
180
182
.not-visible {
181
183
visibility : hidden;
182
184
cursor : default !important ;
183
- }
185
+ }
You can’t perform that action at this time.
0 commit comments