footer improvements
This commit is contained in:
parent
e8b439a5c2
commit
8f3addc516
3 changed files with 6 additions and 11 deletions
|
|
@ -8,6 +8,6 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<a href="https://play.google.com/store/apps/details?id=com.nidratech.huegasm" target="_blank" rel="noopener noreferrer" id="playstore-link">
|
||||
<a href="https://play.google.com/store/apps/details?id=com.nidratech.huegasm" target="_blank" rel="noopener noreferrer">
|
||||
<img src="assets/images/google-play-badge.png" alt="Get it on the Google Play Store">
|
||||
</a>
|
||||
|
|
@ -37,25 +37,21 @@ body, button {
|
|||
.footer {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
|
||||
}
|
||||
|
||||
.footer-text {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
bottom: 10px;
|
||||
font-size: 18px;
|
||||
a {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
#playstore-link {
|
||||
position: relative;
|
||||
bottom: 10px;
|
||||
left: 30px;
|
||||
}
|
||||
|
||||
.alert {
|
||||
margin-bottom: 0;
|
||||
border: none;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
max-width: 1200px;
|
||||
position: relative;
|
||||
flex: 1;
|
||||
min-height: 100vh;
|
||||
md-progress-circular {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
|
|
|||
Reference in a new issue