corrections centre de ressources
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user