I've been attempting to adjust the positioning of the label on the page, but no matter what I do it refuses to budge.
Here is the code snippet in question:
<Label text="Hello" class="hello" @tap='hello' />
With the following CSS styling applied:
.hello{
outline: none;
height: 55px;
color:black;
width:400px;
top:50px;
left:30px;
}