Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
collapse and vertical centered button
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Abdulhussein committed Feb 20, 2018
1 parent a313f08 commit e134109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/AppList/AppList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ class AppList extends React.Component<IAppListProps> {
return (
<section className="AppList">
<header className="AppList__header">
<div className="row padding-t-big">
<div className="row padding-t-big collapse-b-phone-land">
<div className="col-8">
<h1 className="margin-v-reset">Applications</h1>
</div>
<div className="col-4 text-r">
<div className="col-4 text-r align-center">
<Link to={`/charts`}>
<button className="button button-accent margin-t-normal">Deploy New App</button>
<button className="button button-accent">Deploy New App</button>
</Link>
</div>
</div>
Expand Down

0 comments on commit e134109

Please sign in to comment.