File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/components/ProjectList Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,8 @@ export default class CardsContainer extends React.Component {
128
128
onChange = { this . handleSelectChange }
129
129
options = { this . filterOptions }
130
130
multi = { true }
131
- placeholder = { < div className = 'filter-placeholder-text' style = { { color : "#757575" } } > Filter</ div > }
131
+ placeholder = { < div className = 'filter-placeholder-text' > Filter</ div > }
132
132
aria-labelledby = 'tag-selector-container'
133
- style = { { borderColor : "#DCDCDC" } }
134
133
/>
135
134
</ div >
136
135
</ div >
@@ -144,6 +143,7 @@ export default class CardsContainer extends React.Component {
144
143
projectLink = { item . projectLink }
145
144
description = { item . description }
146
145
tags = { item . tags }
146
+ className = 'testing-testing'
147
147
/>
148
148
) ;
149
149
} ) }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const Card = ({
27
27
alt = "the framework or language that the project is build upon"
28
28
src = { logoLink }
29
29
/>
30
- < p style = { { fontSize : 20 } } className = "Card-Title" > { name } </ p >
30
+ < p className = "Card-Title" > { name } </ p >
31
31
</ div >
32
32
< div className = "Card-Body" >
33
33
< div className = "Card-Tag" > { tags } </ div >
Original file line number Diff line number Diff line change 79
79
.Card-Title {
80
80
margin-top : 6% ;
81
81
height : 10% ;
82
+ font-size : 20px ;
82
83
}
83
84
.Card-Link-Style {
84
85
margin-left : 10% ;
You can’t perform that action at this time.
0 commit comments