mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +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 }}
|
{{- end }}
|
||||||
{{- $style := "warning" }}
|
{{- $style := "warning" }}
|
||||||
{{- $title := "Arrr" }}
|
{{- $title := "Arrr" }}
|
||||||
<div class="notices {{ $style }}">
|
<div class="box notices {{ $style }}">
|
||||||
<div class="label">{{ $title }}</div>
|
<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>
|
<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>
|
</div>
|
||||||
|
|
||||||
{{ $c | safeHTML }}
|
{{ $c | safeHTML }}
|
|
@ -446,7 +446,7 @@ th {
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chapter #body-inner h3:first-child {
|
#chapter #body-inner h3:first-of-type {
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue