Commit 9cafd27 1 parent 84b4401 commit 9cafd27 Copy full SHA for 9cafd27
File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 36
36
}
37
37
38
38
.navbar button {
39
- background-color : $secondary-blue ;
40
- color : $primary-beige ;
39
+ background-color : $primary-beige ;
40
+ color : $secondary-blue ;
41
41
font-weight : bold ;
42
42
border : none ;
43
43
44
44
& :hover {
45
- background-color : $primary-beige ;
46
- color : $secondary-blue ;
45
+ background-color : $secondary-blue ;
46
+ color : $primary-beige ;
47
47
}
48
48
49
49
@media (min-width : 431px ) {
53
53
padding : 0.5rem ;
54
54
width : 11rem ;
55
55
}
56
-
57
- @media (max-width : 430px ) {
58
- background-color : $primary-beige ;
59
- }
60
56
}
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ export function About() {
190
190
target = "_blank"
191
191
>
192
192
The Collab Lab
193
- </ a >
193
+ </ a > { " " }
194
194
for the opportunity!
195
195
</ p >
196
196
</ Card . Body >
You can’t perform that action at this time.
0 commit comments