Fixed some text
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
</div>
|
||||
<div class="stack-top">
|
||||
<div class="action_box" >
|
||||
<div>Some wonderful introduction text here, yes some wonderful introduction text here </div>
|
||||
<ion-button (click)="onRegister()" expand="block" shape="round">
|
||||
Get Started
|
||||
</ion-button>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
.stack-top{
|
||||
z-index: 9;
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
height: 300px;
|
||||
padding: 20px;
|
||||
// border-radius: 20px;
|
||||
position: absolute;
|
||||
@@ -24,7 +24,7 @@
|
||||
.action_box{
|
||||
//z-index: 7;
|
||||
background-color: white;
|
||||
height: 160px;
|
||||
height: 210px;
|
||||
max-width: 400px;
|
||||
padding: 20px;
|
||||
margin: 10px auto 10px auto;
|
||||
|
||||
Reference in New Issue
Block a user