Fix title styling

This commit is contained in:
Oliver Davies 2018-12-27 09:53:24 +00:00
parent d9c8cb869e
commit 63a36c4798

View file

@ -20,8 +20,8 @@
</div> </div>
<button class="flex flex-1 items-center justify-between md:justify-start"> <button class="flex flex-1 items-center justify-between md:justify-start">
<div class="text-2xl font-hairline mr-2">{{ application.name }} : {{ environment.name }}</div> <div class="text-2xl font-hairline">{{ application.name }} : {{ environment.name }}</div>
<svg class="h-6 w-6 text-blue-dark fill-current" role="presentation"><use xlink:href="/img/icons.symbol.svg#actions__down-arrow"></use></svg> <svg class="h-6 w-6 text-blue-dark fill-current ml-2" role="presentation"><use xlink:href="/img/icons.symbol.svg#actions__down-arrow"></use></svg>
</button> </button>
</template> </template>
@ -41,7 +41,7 @@
<div class="flex-1 p-4 lg:p-12 ml-16 lg:ml-64 overflow-x-hidden"> <div class="flex-1 p-4 lg:p-12 ml-16 lg:ml-64 overflow-x-hidden">
<div class="mb-6"> <div class="mb-6">
<div> <div>
<h1 class="text-hairline mb-2">Overview</h1> <h1 class="font-hairline mb-2">Overview</h1>
<application-tags :type="application.type" :level="application.level"></application-tags> <application-tags :type="application.type" :level="application.level"></application-tags>
</div> </div>