corrections centre de ressources

This commit is contained in:
2025-05-20 16:31:33 +02:00
parent 9709130f0c
commit 1304257fe6
6 changed files with 73 additions and 14 deletions

View File

@@ -28,7 +28,8 @@
}
}
}
> div:first-of-type {
// lien
> div:has(a) {
grid-column: 2;
grid-row: 3;
> div > span {
@@ -39,9 +40,11 @@
display: none;
}
}
> div:nth-of-type(2) {
// image
> div:has(img) {
grid-column: 1;
grid-row: 1/4;
min-width: 120px;
padding: 2rem 0;
margin-right: 2rem;
img {
@@ -50,7 +53,8 @@
height: auto;
}
}
> div:nth-of-type(3) {
// date
> div:has(time) {
grid-column: 2;
grid-row: 2;
margin-top: -1rem;

View File

@@ -60,6 +60,7 @@ $title_size: 2.3rem;
border: solid 2px $fluo_green;
padding: 9px 18px;
transition: background-color 0.3s ease;
text-wrap: nowrap !important;
svg {
display: none;
}