home
This commit is contained in:
@@ -10,20 +10,6 @@
|
||||
a{
|
||||
display: block;
|
||||
height: 100%;
|
||||
& > .__wrap{
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
||||
.__media{
|
||||
margin-right: 1rem;
|
||||
figure{
|
||||
height: 100%;
|
||||
img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
}
|
||||
.__content{
|
||||
margin-top: 1rem;
|
||||
@@ -31,6 +17,28 @@
|
||||
.d-flex{
|
||||
// padding: 1rem;
|
||||
}
|
||||
&.programme{
|
||||
.__wrap{
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
||||
&.publications{
|
||||
width: 100%;
|
||||
.__media{
|
||||
padding: 1rem;
|
||||
figure{
|
||||
height: 100%;
|
||||
img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
}
|
||||
.__content{
|
||||
margin: 1rem 1rem 1rem 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.thumbnails{
|
||||
@@ -57,6 +65,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.thumbnails{
|
||||
&.publications{
|
||||
width: calc(100% / 2 - #{$gutter1} * 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 992px) {
|
||||
.programme{
|
||||
.row{
|
||||
@@ -70,6 +87,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.thumbnails{
|
||||
&.publications{
|
||||
width: calc(100% / 4 - #{$gutter1} * 4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.thumbnails_participants{
|
||||
|
||||
Reference in New Issue
Block a user