added images to articles

This commit is contained in:
Nuno Coração
2022-09-11 18:42:54 +01:00
parent 667a181028
commit 45954b3490
13 changed files with 214 additions and 44 deletions

View File

@@ -337,23 +337,12 @@ body:has(#menu-controller:checked) {
@apply underline;
}
/* Responsive hides for hybrid header
@screen sm {
.hidebasic {
@apply invisible;
}
.hidehamburger {
@apply visibile;
}
}
@screen md {
.hidebasic {
@apply visibile;
};
.hidehamburger {
@apply invisible;
}
}*/
/* */
.thumbnail {
min-width: 300px;
height: 180px;
background-repeat:no-repeat;
background-size:cover;
background-position:center;
box-shadow: 10px 10px 30px 2px rgba(0, 0, 0, 0.6);
}