adjust the position of CTAs

This commit is contained in:
jinhojang6 2020-03-31 01:49:48 +09:00
parent ea7dbe8f69
commit b5eb70879a
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
2 changed files with 11 additions and 4 deletions

View File

@ -55,12 +55,12 @@ class Sidebar extends Component {
<h4>Upload</h4>
</Link>
</li>
<li className='sidebar-link cta settings'>
<li className='sidebar-bottom cta settings'>
<a href="https://statusnetwork.com/" target="_bank">
<h4>The Status Network</h4>
</a>
</li>
<li className='sidebar-link cta margin-bottom-30'>
<li className='sidebar-bottom cta margin-bottom-20'>
<a href="https://status.im/get/" target="_bank">
<h4>Get Status</h4>
</a>

View File

@ -32,8 +32,8 @@
height: 100%;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.cta:hover {
@ -51,6 +51,13 @@
color: #6d6d6d;
}
.sidebar-bottom {
font-size: 1.4rem;
margin: 10px 0 10px 0;
text-align: left;
color: #6d6d6d;
}
.sidebar-link:hover {
color: #acacac;
}