-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf000ce
commit ff71fea
Showing
5 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
@layer components { | ||
.single .title { | ||
@apply text-8xl mb-4 font-extrabold m-0 pt-24 !important; | ||
} | ||
.single .description { | ||
@apply text-xl font-medium; | ||
} | ||
.single separator { | ||
height: 1px; | ||
@apply w-full block mt-8 mb-8 bg-current opacity-10 | ||
} | ||
.single img, .single video { | ||
@apply w-full h-full rounded-lg shadow-lg mt-12 mb-12 | ||
} | ||
.single h1 { | ||
@apply text-4xl font-bold mb-4 mt-20 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,6 +76,5 @@ module.exports = { | |
}, | ||
variants: {}, | ||
plugins: [ | ||
require('@tailwindcss/typography') | ||
] | ||
}; |