mofifications w/ Francesco
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m18s

This commit is contained in:
Julie Blanc 2026-02-03 08:24:43 +01:00
parent 54a33a274b
commit 193577b145
13 changed files with 101 additions and 102 deletions

View file

@ -35,10 +35,11 @@ button:disabled{
.btn--small{
height: calc(var(--h-block)*0.75);
height: calc(var(--h-block)*1);
border: var(--border-light);
border-radius: var(--radius-btn);
font-size: var(--fs-small);
font-weight: 500;
line-height: 1;
overflow: hidden;
white-space: nowrap;
@ -99,6 +100,7 @@ button:disabled{
border: var(--border);
border-radius: var(--radius-btn);
font-size: var(--fs-small);
font-weight: 500;
text-transform: uppercase;
line-height: 1;
overflow: hidden;

View file

@ -24,21 +24,10 @@
@include figure-16-9();
figure{
margin-left: 45px;
@media #{$x-small}{ margin-left: 0px; }
}
.icon-article{
position: absolute;
left: 10px;
padding-top: calc(var(--spacing)*0.5);
svg{
width: 20px;
fill: var(--color-txt);
}
}
.content{
display: flex;
flex-direction: column;
@ -47,12 +36,13 @@
}
.title{
font-weight: normal;
font-size: var(--fs-medium);
font-weight: 400;
font-size: var(--fs-small);
margin-bottom: 0.25em;
text-wrap: balance;
text-wrap: balance;
max-width: 42ch;
text-transform: uppercase;
line-height: 1.1;
a{ text-decoration: none;}
}
@ -65,7 +55,7 @@
.description{
@include clamp(2);
margin-bottom: calc(var(--spacing)*0.75);
margin-top: calc(var(--spacing)*0.25);
}
@ -73,6 +63,7 @@
@include btn--go-to();
@include hover-card-line();
.keywords{ display: none; }
@media #{$medium}{
.title{

View file

@ -18,8 +18,9 @@
.title{
flex-grow: 1;
font-weight: normal;
font-size: var(--fs-medium);
font-weight: 500;
font-size: var(--fs-small);
margin-bottom: 0.25em;
text-wrap: balance;
max-width: 42ch;
@ -33,6 +34,8 @@
.icon{
padding-right: 1ch;
position: relative;
top: 1px;
svg{
height: 15px;
width: 15px;
@ -97,28 +100,10 @@
}
figure{
margin-left: 45px;
@media #{$x-small}{ margin-left: 0px; }
}
.title .icon{
display: none;
}
.icon-folder{
position: absolute;
left: 10px;
padding-top: calc(var(--spacing)*0.5);
@media #{$x-small}{ display: none; }
svg{
width: 20px;
fill: var(--color-txt);
}
}
}