layout tweaks
This commit is contained in:
parent
efe3c23c67
commit
f032383ed0
4 changed files with 68 additions and 68 deletions
|
@ -49,7 +49,7 @@
|
|||
}
|
||||
|
||||
.blog-content img {
|
||||
@apply rounded-xl bg-gray-50 object-cover rounded-2xl shadow-lg;
|
||||
@apply rounded-xl bg-gray-50 object-cover rounded-2xl shadow-lg mx-auto my-6;
|
||||
}
|
||||
|
||||
|
||||
|
@ -78,6 +78,11 @@
|
|||
.primary-button {
|
||||
@apply rounded-full bg-klavender cursor-pointer px-4 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600;
|
||||
}
|
||||
|
||||
code[class*="language-"], pre[class*="language-"] {
|
||||
white-space: normal !important;
|
||||
word-break: break-word !important;
|
||||
}
|
||||
}
|
||||
|
||||
.tags ul {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue