Increase padding
This commit is contained in:
parent
0ed4dbf4c4
commit
7570582533
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="bg-white">
|
||||
<div class="mx-1 px-4 flex items-center leading-none justify-between">
|
||||
<div class="mx-1 px-4 lg:px-6 flex items-center leading-none justify-between">
|
||||
<div class="flex-none md:mr-24">
|
||||
<router-link to="/"><img src="/img/logo.png" alt="" class="h-10"></router-link>
|
||||
</div>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="bg-grey-lighter px-4 py-5 border-b-2 border-grey flex justify-between items-center">
|
||||
<div class="bg-grey-lighter px-4 lg:px-6 py-5 border-b-2 border-grey flex justify-between items-center">
|
||||
<div class="w-full md:w-auto flex flex-col">
|
||||
<slot name="left"></slot>
|
||||
</div>
|
||||
|
|
Reference in a new issue