File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,6 @@ const Team = () => {
26
26
linkedIn : 'https://www.linkedin.com/in/stephanyho/' ,
27
27
pfp : '' ,
28
28
} ,
29
- // {
30
- // name: 'Winston Ludlam',
31
- // github: 'https://github.com/winjolu/',
32
- // linkedIn: 'https://www.linkedin.com/in/wjludlam/',
33
- // pfp: '',
34
- // },
35
29
] ;
36
30
37
31
return (
Original file line number Diff line number Diff line change 2
2
@tailwind components;
3
3
@tailwind utilities;
4
4
5
- /* :root {
6
- --background: #ffffff;
7
- --foreground: #171717;
8
- }
9
-
10
- @media (prefers-color-scheme: dark) {
11
- :root {
12
- --background: #0a0a0a;
13
- --foreground: #ededed;
14
- }
15
- } */
16
-
17
5
body {
18
6
color : var (--foreground );
19
7
background : var (--background );
83
71
grid-row : 2 ;
84
72
width : 100% ;
85
73
height : 100% ;
86
- /* background-color: #7e7e7e; */
87
74
display : grid;
88
75
grid-template-columns : auto auto;
89
76
grid-template-rows : 100% ;
@@ -134,15 +121,13 @@ body {
134
121
grid-row : 3 ;
135
122
width : 100% ;
136
123
height : 100% ;
137
- /* background-color: aqua; */
138
124
}
139
125
140
126
.team {
141
127
grid-column : 2 / 5 ;
142
128
grid-row : 4 ;
143
129
width : 100% ;
144
130
height : fit-content;
145
- /* background-color: yellow; */
146
131
display : flex;
147
132
justify-content : center;
148
133
align-items : center;
@@ -154,7 +139,6 @@ body {
154
139
grid-column : 2 / 5 ;
155
140
grid-row : 3 ;
156
141
width : 100% ;
157
- /* background-color: rgb(102, 102, 54); */
158
142
}
159
143
160
144
.homeButton {
@@ -176,7 +160,6 @@ body {
176
160
177
161
.button {
178
162
width : 100% ;
179
- /* background-color: rgb(14, 69, 129); */
180
163
}
181
164
182
165
.features {
@@ -223,7 +206,6 @@ body {
223
206
display : grid;
224
207
grid-template-columns : 50% 50% ;
225
208
grid-template-rows : repeat (calc (100% / 3 ), 3 );
226
- /* background-color: red; */
227
209
}
228
210
229
211
.teamcard {
You can’t perform that action at this time.
0 commit comments