version smartphone home

This commit is contained in:
armansansd
2021-09-09 11:00:09 +02:00
parent 1273819a76
commit 01fcfecb50
5 changed files with 24 additions and 5 deletions

View File

@@ -345,6 +345,7 @@
text-align: center;
font-family: 'duke';
font-size: 3.1rem;
line-height: 1;
opacity: .3;
cursor: pointer;
@@ -359,9 +360,15 @@
opacity: 1;
font-size: 4rem;
}
@include breakpoint(small down) {
font-size: 2rem;
&.active{
font-size: 2.8rem;
}
}
}
@include breakpoint(small down) {
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(2, minmax(0, 1fr));
header[data-dom="programmes-block_4"]{
display:none;
}