Skip to content

Commit

Permalink
ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodHeK committed Dec 14, 2018
1 parent 99e7957 commit 0246d6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class App extends Component {
</div>
</div>
<div className="filtered">
<h4 className="num"><b>{filtered_orgs.length}</b> results fetched ...</h4>
<h4 className="num"><b style={{ letterSpacing: '0.5px' }}>{filtered_orgs.length}</b> results fetched ...</h4>
{filtered_orgs}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/OrgCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class OrgCard extends Component {
<div className="selections">
<div className="row">
<div className="col-md-9">
<h4 className="title">SELECTIONS</h4>
<h4 className="title" style={{ paddingTop: '0.5em' }}>SELECTIONS</h4>
</div>
<div className="col-md-3">
<h4 className="selects">{org.org_selections}</h4>
Expand Down
3 changes: 2 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@ body {
font-weight: 600;
text-transform: uppercase;
margin: 0.5em;
padding: 0.2em;
padding: 0.4em;
text-align: center;
display: inline-block;
position: relative;
border-radius: 5px;
}

.techs {
Expand Down

0 comments on commit 0246d6e

Please sign in to comment.