popsu page v0

This commit is contained in:
armansansd
2021-06-29 11:44:05 +02:00
parent 97d7d9c922
commit 6db8fa1586
11 changed files with 209 additions and 31 deletions

View File

@@ -66,15 +66,16 @@
display: grid;
column-gap: 1rem;
row-gap: 1rem;
grid-template-columns: calc(10% - 3em) repeat(4, 20%);
grid-template-columns: calc(10% - 3em) repeat(3, 27.3%);
.views-col:first-child{
grid-column-start: 2;
}
}
.views-col{
display: grid;
grid-template-columns: 20% 80%;
align-items: stretch;
grid-template-columns: 40% 60%;
grid-auto-rows: min-content;
a{
text-decoration: none;
&:hover{
@@ -109,7 +110,7 @@
}
.views-field-field-type-de-ressource{
text-transform: uppercase;
font-size: 600;
font-weight: 600;
margin-bottom: .5rem;
font-size: $font-small;
@@ -126,6 +127,7 @@
margin-bottom: 1rem;
grid-row: 4 / span 1;
grid-column: 2 / span 1;
align-self: baseline;
}
.views-field-field-theme{
grid-row: 5 / span 1;
@@ -136,6 +138,7 @@
}
.js-pager__items{
text-align: center;
}
}