Fixed some text

This commit is contained in:
CHIEFSOFT\ameye
2024-11-09 12:15:09 -05:00
parent d2f382a106
commit bd72249bf5
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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>
+2 -2
View File
@@ -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;