fix: warning notification
This commit is contained in:
parent
6b679d2d6f
commit
2798c57c1e
@ -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" . }}
|
||||
|
@ -17,3 +17,11 @@ body {
|
||||
.prose h6 {
|
||||
@apply font-title font-semibold;
|
||||
}
|
||||
|
||||
.notification {
|
||||
@apply p-4 rounded;
|
||||
}
|
||||
|
||||
.notification.is-warning {
|
||||
@apply bg-yellow-300;
|
||||
}
|
||||
|
Reference in New Issue
Block a user