2
2
@tailwind components;
3
3
@tailwind utilities;
4
4
5
- : root {
5
+ /* :root {
6
6
--background: #ffffff;
7
7
--foreground: #171717;
8
8
}
12
12
--background: #0a0a0a;
13
13
--foreground: #ededed;
14
14
}
15
- }
15
+ } */
16
16
17
17
body {
18
18
color : var (--foreground );
19
19
background : var (--background );
20
- font-family : Arial , Helvetica , sans-serif ;
20
+ font-family : Inter ;
21
21
font-size : 1rem ;
22
+ color : rgb (0 , 0 , 0 );
22
23
}
23
24
24
25
@layer utilities {
@@ -74,15 +75,15 @@ body {
74
75
grid-row : 1 ;
75
76
display : grid;
76
77
grid-template-columns : 0.7rem 1.3rem 1fr 1.3rem 0.7rem ;
77
- grid-template-rows : 1.3rem 2.8 rem 1fr min-content 1.3rem ;
78
+ grid-template-rows : 1.3rem min-content 1fr min-content 1.3rem ;
78
79
}
79
80
80
81
.navBar {
81
82
grid-column : 2 / 5 ;
82
83
grid-row : 2 ;
83
84
width : 100% ;
84
85
height : 100% ;
85
- background-color : # 0a0a0a ;
86
+ /* background-color: #7e7e7e; */
86
87
display : grid;
87
88
grid-template-columns : auto auto;
88
89
grid-template-rows : 100% ;
94
95
width : 100% ;
95
96
height : 100% ;
96
97
display : grid;
97
- grid-template-columns : repeat (calc (100% / 6 ), 6 );
98
+ grid-template-columns : repeat (calc (100% / 5 ), 5 );
98
99
grid-template-rows : 100% ;
100
+ align-items : center;
99
101
}
100
102
101
103
.navBarLinksFeatures {
@@ -114,16 +116,25 @@ body {
114
116
grid-column : 5 ;
115
117
}
116
118
117
- .navBarLinksLinkedIn {
118
- grid-column : 6 ;
119
+ .navBarMlflow {
120
+ color : rgb (66 , 107 , 31 );
121
+ font-size : 1.2rem ;
122
+ font-family : Newsreader;
123
+ display : flex;
124
+ align-items : center;
125
+ }
126
+
127
+ .bigHeadline {
128
+ font-size : 1.7rem ;
129
+ font-family : Newsreader;
119
130
}
120
131
121
132
.mobileInnerWrapper {
122
133
grid-column : 3 ;
123
134
grid-row : 3 ;
124
135
width : 100% ;
125
136
height : 100% ;
126
- background-color : aqua;
137
+ /* background-color: aqua; */
127
138
}
128
139
129
140
.team {
@@ -139,15 +150,33 @@ body {
139
150
}
140
151
141
152
.home {
153
+ margin-top : 0.3rem ;
142
154
grid-column : 2 / 5 ;
143
155
grid-row : 3 ;
144
156
width : 100% ;
145
- background-color : rgb (102 , 102 , 54 );
157
+ /* background-color: rgb(102, 102, 54); */
158
+ }
159
+
160
+ .homeButton {
161
+ padding : 3px ;
162
+ padding-left : 6px ;
163
+ padding-right : 6px ;
164
+ border-radius : 5px ;
165
+ font-size : 0.8rem ;
166
+ margin-right : 8px ;
167
+ }
168
+
169
+ .homeButtonDownload {
170
+ background-color : rgb (66 , 107 , 31 );
171
+ }
172
+
173
+ .homeButtonRead {
174
+ background-color : rgb (204 , 204 , 204 );
146
175
}
147
176
148
177
.button {
149
178
width : 100% ;
150
- background-color : rgb (14 , 69 , 129 );
179
+ /* background-color: rgb(14, 69, 129); */
151
180
}
152
181
153
182
.features {
0 commit comments