This commit is contained in:
Thomas Chartron 2021-11-13 13:16:01 +01:00
parent e9c0440bcf
commit ba83d7a0cf
3 changed files with 12 additions and 1 deletions

View file

@ -10,3 +10,8 @@
@apply text-xl;
}
}
/* Default Pages content styles */
#page-content a {
text-decoration: underline;
}

View file

@ -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%;

View file

@ -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">