Here is the code snippet I am working with:
<ion-row><ion-col ><button ion-button outline no-padding large (click)="setUserName()">D</button>ay in the life </ion-col></ion-row>
I find the layout unattractive as the letter "D" is positioned in the middle and the text in the column seems slightly elevated.
What I am aiming for is to have everything aligned to the bottom.