mirror of
https://github.com/tchartron/blow
synced 2024-11-23 12:53:20 +00:00
update
This commit is contained in:
parent
e9c0440bcf
commit
ba83d7a0cf
3 changed files with 12 additions and 1 deletions
|
@ -10,3 +10,8 @@
|
|||
@apply text-xl;
|
||||
}
|
||||
}
|
||||
|
||||
/* Default Pages content styles */
|
||||
#page-content a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
|
@ -48124,6 +48124,12 @@ h2 {
|
|||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
/* Default Pages content styles */
|
||||
|
||||
#page-content a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
.sm\:container {
|
||||
width: 100%;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<h1 class="text-2xl text-bold mb-6">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
<div class="flex">
|
||||
<div id="page-content" class="flex">
|
||||
|
||||
<div class="border border-2 border-gray-200 dark:border-black rounded-xl p-5 shadow-2xl bg-gray-200 dark:bg-gray-800">
|
||||
<div class="flex flex-col py-2 justify-center">
|
||||
|
|
Loading…
Reference in a new issue