forked from stacks-archive/blockstack-browser
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new flex-wrapping to mobile view of home screen
- Loading branch information
1 parent
89a8054
commit 3f5d4ed
Showing
2 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ class DashboardPage extends Component { | |
<div className="container-fluid app-center dashboard"> | ||
<div className="container app-wrap"> | ||
<div className="col-sm-12 app-container no-padding"> | ||
<div className="col-sm-3"> | ||
<div className="app-box-wrap"> | ||
<Link to="/profiles" className="app-box-container"> | ||
<div className="app-box"> | ||
<img src="/images/[email protected]" /> | ||
|
@@ -32,7 +32,7 @@ class DashboardPage extends Component { | |
<h3>Profiles</h3> | ||
</div> | ||
</div> | ||
<div className="col-sm-3"> | ||
<div className="app-box-wrap"> | ||
<Link to="/wallet/deposit" className="app-box-container"> | ||
<div className="app-box"> | ||
<img src="/images/[email protected]" /> | ||
|
@@ -42,7 +42,7 @@ class DashboardPage extends Component { | |
<h3>Wallet</h3> | ||
</div> | ||
</div> | ||
<div className="col-sm-3"> | ||
<div className="app-box-wrap"> | ||
<Link to="/account/settings" className="app-box-container"> | ||
<div className="app-box"> | ||
<img src="/images/app-settings.png" /> | ||
|
@@ -52,7 +52,7 @@ class DashboardPage extends Component { | |
<h3>Account</h3> | ||
</div> | ||
</div> | ||
<div className="col-sm-3"> | ||
<div className="app-box-wrap"> | ||
<a href="https://helloblockstack.com" | ||
className="app-box-container"> | ||
<div className="app-box"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters