mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: fix pirrrates notice box #175
This commit is contained in:
parent
9c445a7c94
commit
abfc79fa0f
2 changed files with 6 additions and 4 deletions
|
@ -101,9 +101,11 @@
|
|||
{{- end }}
|
||||
{{- $style := "warning" }}
|
||||
{{- $title := "Arrr" }}
|
||||
<div class="notices {{ $style }}">
|
||||
<div class="label">{{ $title }}</div>
|
||||
<div class="box notices {{ $style }}">
|
||||
<div class="box-label">{{ $title }}</div>
|
||||
<div class="box-content">
|
||||
<p>Fello' pirrates, be awarrre some featurrres may not work fer us in this trrranslat'n. Like table of rrramblings and stuff.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ $c | safeHTML }}
|
|
@ -446,7 +446,7 @@ th {
|
|||
max-width: 80%;
|
||||
}
|
||||
|
||||
#chapter #body-inner h3:first-child {
|
||||
#chapter #body-inner h3:first-of-type {
|
||||
font-weight: 200;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue