Added styles

This commit is contained in:
Rafael González
2023-01-21 11:57:39 -06:00
parent 4fafa3a172
commit 3492009582
3 changed files with 12 additions and 15 deletions
+7 -1
View File
@@ -3,7 +3,7 @@
@tailwind components;
@tailwind utilities;
@layer utilities {
@layer components {
main.blog h1 {
@apply text-4xl font-bold mb-8 text-center uppercase;
}
@@ -94,4 +94,10 @@
main.blog iframe {
@apply w-full mb-8;
}
@media only screen and (max-width: 768px) {
main.blog h1 {
@apply text-lg m-0;
}
}
}