block blue

This commit is contained in:
Ewen 2023-12-23 16:29:03 +01:00
parent 2bcb3f1dc9
commit 3488208d8d
2 changed files with 20 additions and 2 deletions

View file

@ -308,4 +308,20 @@
color: $text-color-dark;
}
}
.block_color {
font-size: 15px;
padding-top: 10px;
padding-right: 15px;
padding-left: 50px;
border-radius: 10px;
background-repeat: no-repeat;
background-size: 30px;
background-position: 10px 10px;
}
.block_blue {
border: 1px dashed #3b5f72;
background-color: #e2f3ff;
background-image: url("/img/info.svg");
}
}

View file

@ -6,7 +6,9 @@
{{ .Content }}
{{ range sort .Paginator.Pages }}
{{ $pages := .Pages }}
{{ range sort (.Paginate $pages).Pages }}
<article class="posts featured-post">