Skip to content

Commit 74efb36

Browse files
committed
Updates
1 parent a1b080e commit 74efb36

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

assets/css/theme/button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@layer components {
44
.btn {
5-
@apply text-sm font-light mt-2 px-3 py-1 capitalize text-gray-400 hover:text-gray-700 focus:to-gray-900 hover:border-gray-700;
5+
@apply text-sm font-semibold mt-2 px-3 py-1 capitalize text-gray-400 hover:text-gray-700 focus:to-gray-900 hover:border-gray-700;
66
}
77

88
.btn-xs {

assets/css/theme/form.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@layer components {
44
form {
5-
@apply my-4 py-8;
5+
@apply my-4 py-12;
66
}
77

88
input,

assets/css/theme/page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@layer components {
44
.page-content {
5-
@apply relative py-12 lg:container mx-auto;
5+
@apply relative py-12 max-w-7xl mx-auto;
66
}
77

88
.page-content::before,

components/cards/ArticleHeadline.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
sm:mb-0
9191
hover:bg-indigo-700
9292
sm:w-auto
93+
shadow-lg
9394
"
9495
>
9596
Read More

components/footer/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<footer class="py-3">
3-
<div class="container mx-auto px-4 sm:px-6 lg:px-8 text-sm">
3+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-sm">
44
<div class="nav-info">
55
<div class="nav-content">
66
<div class="flex flex-wrap items-center">

0 commit comments

Comments
 (0)