I am currently developing a mobile application using the ionic framework. I would like to make the button bar slightly smaller in size. Despite trying the code below, it does not appear to be having any effect.https://i.sstatic.net/QwakX.jpg
<div class="button-bar" style="height:1%;">
<button class="button button-outline button-full button-energized"><b>Connection</b></button>
<button class="button button-outline button-full button-energized"><b>
My Music</b></button>
</div>