Skip to content

Commit c37050b

Browse files
fix reposive
1 parent 9567442 commit c37050b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/assets/css/typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ body {
33
@apply bg-white break-words w-full sm:w-3/4 md:w-3/4 mx-auto mt-5 mb-2 shadow rounded-lg flex flex-col
44
}
55
.card-header {
6-
@apply p-5 border-b
6+
@apply p-5 border-b border-primary-white
77
}
88
.row {
99
@apply my-8 w-full h-auto

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
200: 'rgb(136 152 170)',
1111
blue: 'rgb(94 114 228)',
1212
red: 'rgb(245 54 92)',
13+
white: 'rgba(0, 0, 0, 0.05)',
1314
},
1415
muted: {
1516
DEFAULT: 'rgb(136 152 170)',

0 commit comments

Comments
 (0)