images proportionate to 5 items grid in resources
This commit is contained in:
parent
85f1860680
commit
366de595c5
File diff suppressed because one or more lines are too long
|
@ -143,13 +143,9 @@
|
|||
|
||||
}
|
||||
}
|
||||
.resources {
|
||||
&.resources {
|
||||
@include xy-grid;
|
||||
header,main,aside {
|
||||
//@include breakpoint(small){
|
||||
//}
|
||||
//@include breakpoint(medium){
|
||||
//}
|
||||
}
|
||||
main {
|
||||
article{
|
||||
|
@ -163,6 +159,16 @@
|
|||
@include xy-cell(1 of 5);
|
||||
}
|
||||
}
|
||||
figure {
|
||||
@include breakpoint(small){
|
||||
}
|
||||
@include breakpoint(medium){
|
||||
height: 18vw;
|
||||
}
|
||||
@include breakpoint(large){
|
||||
height: 10vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue