template publication
This commit is contained in:
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -29,6 +29,9 @@
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -74,9 +77,6 @@
|
||||
-o-filter: grayscale(0%);
|
||||
-webkit-transition: all 1s ease;
|
||||
transition: all 1s ease;
|
||||
// -webkit-transition: all 0.6s;
|
||||
// transition: all 0.6s;
|
||||
// background-color: rgb(0, 255, 0);
|
||||
img{
|
||||
-webkit-transition: all .6s;
|
||||
transition: all .6s;
|
||||
@@ -197,7 +197,8 @@
|
||||
}
|
||||
}
|
||||
//page news
|
||||
.e-content.news{
|
||||
.e-content.news,
|
||||
.e-content.publications{
|
||||
display: inline-flex;
|
||||
width: 100%;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user