feature/redesign #3

Merged
konrad merged 28 commits from feature/redesign into main 2022-01-29 17:14:12 +00:00
2 changed files with 10 additions and 2 deletions
Showing only changes of commit 2798c57c1e - Show all commits

View File

@ -4,9 +4,9 @@
<div class="w-full md:w-1/4">
{{ partial "menu" . }}
</div>
<div class="w-full md:w-3/4 p-4 pt-6 md:pt-2">
<article class="w-full md:w-3/4 p-4 pt-6 md:pt-2">
{{ partial "prose.html" .Content }}
</div>
</article>
</div>
{{ partial "footer.html" . }}

View File

@ -17,3 +17,11 @@ body {
.prose h6 {
@apply font-title font-semibold;
}
.notification {
@apply p-4 rounded;
}
.notification.is-warning {
@apply bg-yellow-300;
}