0351d front end linting (#377)
* feat: disable custom script for trial users * after lint fix * frontend linting --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="basic-layout flex items-center justify-center m-0">
|
||||
<slot/>
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
padding: 0 25px;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
letter-spacing: .1rem;
|
||||
letter-spacing: 0.1rem;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
<div class="main-layout min-h-screen flex flex-col">
|
||||
<Navbar />
|
||||
|
||||
<slot class="flex-grow">
|
||||
</slot>
|
||||
<slot class="flex-grow" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user