Skip to content
Snippets Groups Projects
Commit 135e1a4b authored by alexisben's avatar alexisben
Browse files

post-informations

parent e000fa7b
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,8 @@ h4, .h4
text-transform: $h5-text-transform
@include media-breakpoint-up(md)
font-size: $h5-size-md
a
text-decoration: none
h5, .h5
@include h5
......
......@@ -76,7 +76,7 @@
aside
order: 2
padding: 0 half($grid-gutter-sm)
.blocks-pagination
.block-pagination
order: 3
@include media-breakpoint-up(md)
aside
......@@ -92,7 +92,6 @@
.post-categories
@include list-reset
@include small
margin: 0
li
display: inline-block
......@@ -104,23 +103,24 @@
.post-infos
margin-bottom: 0
&, li
@include small
@include meta
ul
@include list-reset
caption
@include visually-hidden
position: relative !important // Fix safari iOS border issue
th
@include h4
@include meta
color: $color-text-alt
padding-left: 0
white-space: nowrap
vertical-align: top
tr
@include meta
border-color: $color-border
@include meta
a
color: $color-accent
@include meta
&:not(:hover)
text-decoration-color: transparent
th, td
......
......@@ -9,7 +9,7 @@
{{ if .Summary }}<meta itemprop="description" content="{{ partial "PrepareHTML" .Summary }}">{{ end }}
{{ partial "posts/aside.html" . }}
<div class="blocks blocks-chapo">
<div class="block block-chapo">
<div class="container">
<div class="block-content">
{{ partial "posts/chapo.html" .Params.description_short }}
......@@ -17,7 +17,7 @@
</div>
</div>
{{ partial "blocks/list.html" . }}
<div class="blocks blocks-pagination">
<div class="block block-pagination">
<div class="container">
<div class="block-content">
{{ partial "posts/prevnext.html" . }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment