Skip to content

Commit 296d467

Browse files
committed
Replace CSS with Tailwind CSS
1 parent 7bdb6d7 commit 296d467

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

components/Layout/LayoutNavbar.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<header
33
role="banner"
4-
class="container flex flex-col justify-center px-0 pt-4 md:pt-6 mx-auto mb-6"
4+
class="container flex flex-col justify-center px-0 pt-4 md:pt-6 mx-auto mb-6 max-w-[1400px]"
55
>
66
<div class="flex flex-wrap lg:px-4 items-center">
77
<div class="pr-2 my-2 lg:w-3/12 md:w-10/12">
@@ -47,9 +47,3 @@
4747
</div>
4848
</header>
4949
</template>
50-
51-
<style scoped>
52-
header {
53-
max-width: 1400px;
54-
}
55-
</style>

0 commit comments

Comments
 (0)