images proportionate to 5 items grid in resources

This commit is contained in:
jorge 2022-03-23 21:50:11 +01:00
parent 85f1860680
commit 366de595c5
2 changed files with 22 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -143,13 +143,9 @@
} }
} }
.resources { &.resources {
@include xy-grid; @include xy-grid;
header,main,aside { header,main,aside {
//@include breakpoint(small){
//}
//@include breakpoint(medium){
//}
} }
main { main {
article{ article{
@ -163,6 +159,16 @@
@include xy-cell(1 of 5); @include xy-cell(1 of 5);
} }
} }
figure {
@include breakpoint(small){
}
@include breakpoint(medium){
height: 18vw;
}
@include breakpoint(large){
height: 10vw;
}
}
} }
} }
} }