hello
This commit is contained in:
parent
db0b66f683
commit
45108445ef
8 changed files with 126 additions and 5 deletions
|
@ -98,6 +98,14 @@
|
|||
transition: opacity 0.2s;
|
||||
text-decoration: none;
|
||||
}
|
||||
.blog-pagination{
|
||||
.blog-pagination-next,.blog-pagination-previous{
|
||||
max-width:50%;
|
||||
}
|
||||
a{
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
|
|
15
assets/scss/layouts/press.scss
Normal file
15
assets/scss/layouts/press.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
.press_articles_list{
|
||||
display:grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 10px;
|
||||
grid-auto-rows: minmax(100px, auto);
|
||||
|
||||
.press_article{
|
||||
.p_a_img{}
|
||||
.p_a_datas{
|
||||
.p_a_title{}
|
||||
.p_a_infos{}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -30,6 +30,7 @@ $responsive-large: 1500px;
|
|||
@import "layouts/contact-card";
|
||||
@import "layouts/map";
|
||||
@import "layouts/partners_per_compet";
|
||||
@import "layouts/press";
|
||||
|
||||
/* ===== Scrollbar CSS ===== */
|
||||
/* Firefox */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue