mofifications w/ Francesco
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m18s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m18s
This commit is contained in:
parent
54a33a274b
commit
193577b145
13 changed files with 101 additions and 102 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue