Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 69afc29

Browse files
committed
Refactor(UI): Homepage
1 parent 2ed9c99 commit 69afc29

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

‎components/Features.vue‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
>
88
<svg
99
xmlns="http://www.w3.org/2000/svg"
10-
class="w-20 h-20"
10+
class="w-12 h-12"
1111
viewBox="0 0 24 24"
1212
fill="currentColor"
1313
>
@@ -27,7 +27,7 @@
2727
@click="install"
2828
>
2929
<svg
30-
class="w-20 h-20"
30+
class="w-12 h-12"
3131
fill="none"
3232
stroke="currentColor"
3333
viewBox="0 0 24 24"

‎components/Header.vue‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<header>
3-
<nav class="bg-white dark:bg-gray-800 shadow">
4-
<div class="max-w-7xl mx-auto px-8">
3+
<nav class="bg-white dark:bg-gray-800 shadow px-3">
4+
<div class="max-w-screen-xl mx-auto">
55
<div class="flex items-center justify-between h-16">
66
<div class="flex items-center">
77
<nuxt-link class="flex-shrink-0" to="/">

‎layouts/default.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default {
2828

2929
<style>
3030
.container {
31-
@apply min-h-screenflex justify-center items-center mx-auto px-3;
31+
@apply flex justify-center items-centermax-w-screen-xl mx-auto px-3;
3232
}
3333
button,
3434
.btn {

‎pages/index.vue‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
<div v-if="!isPWA">
44
<Intro />
55
<Features />
6-
<hr />
76
</div>
8-
<hr />
97
<Modules />
108
</div>
119
</template>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /