Adds references to posts

This commit is contained in:
Miguel de la Cruz 2024-01-10 09:51:59 +01:00
parent fb57ca43fc
commit a3de983ff2
5 changed files with 51 additions and 1 deletions

View file

@ -179,3 +179,31 @@ figcaption > p {
footer a.footerlink {
text-decoration: none;
}
content .blog-reference {
width: 100% - 20px;
border: 1px solid;
padding: 10px;
margin: 10px;
}
content .blog-reference p {
margin: 0;
}
content .blog-reference p.blog-reference-title {
font-weight: bold;
}
content .blog-reference p.blog-reference-title > a{
text-decoration: none;
}
content .blog-reference p.blog-reference-subtitle {
font-size: 0.8rem;
line-height: 1;
}
content .blog-reference p.blog-reference-description {
margin-top: 10px;
}