responsive font size, carroussel ressources

This commit is contained in:
2025-04-17 13:21:53 +02:00
parent e100f72f88
commit b5156d7614
3 changed files with 11 additions and 9 deletions

View File

@@ -234,7 +234,6 @@
justify-content: space-evenly;
align-items: center;
padding: 1rem 15% 2rem 15%;
&>div:first-child{
grid-column-start: 2;
}
@@ -243,10 +242,8 @@
&>div:first-child{
grid-column-start: 1;
}
}
}
}
}
@@ -268,7 +265,7 @@
text-decoration: none;
}
@include breakpoint(1222px down) {
font-size: $font-small;
font-size: $font-medium;
}
}
@@ -470,8 +467,8 @@ footer[role="contentinfo"]{
p{
display: inline-block;
a{
min-width: 2rem;
min-height: 2rem;
min-width: 1.5rem;
min-height: 1.5rem;
margin-right: 0.5rem;
}