Better looking figure captions
parent
2fb509094e
commit
231d158c6f
|
@ -37,8 +37,8 @@
|
||||||
{{ if .Params.Title }}
|
{{ if .Params.Title }}
|
||||||
<div class="message is-info">
|
<div class="message is-info">
|
||||||
<div class="message-body content">
|
<div class="message-body content">
|
||||||
Le post que vous lisez fait partie du dossier « <a href="{{ .Permalink }}">{{ .Params.Title }}</a> ». Le
|
Le billet que vous lisez fait partie du dossier « <a href="{{ .Permalink }}">{{ .Params.Title }}</a> ». Le
|
||||||
menu sur la gauche permet de naviguer entre ses billets. Bonne lecture ! 😄
|
menu sur la gauche permet de naviguer entre ses parties. Bonne lecture ! 😄
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -50,6 +50,8 @@ figcaption h4 {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-size: 1rem !important;
|
font-size: 1rem !important;
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
|
font-style: normal;
|
||||||
|
line-height: 1.5 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure img {
|
figure img {
|
||||||
|
|
Loading…
Reference in New Issue