div pour border
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
}
|
||||
.view-base-de-donnees{
|
||||
display: grid;
|
||||
grid-template-columns: 25% 80%;
|
||||
grid-template-columns: 20% 80%;
|
||||
gap: 2rem;
|
||||
@media (max-width:810px) {
|
||||
display: flex;
|
||||
@@ -398,10 +398,14 @@
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
|
||||
.view-type-slide:not(:first-of-type) {
|
||||
width: 80%;
|
||||
.border{
|
||||
width: 60%;
|
||||
border-top: solid 1px rgba(0, 0, 0, 0.3);
|
||||
|
||||
}
|
||||
.view-type-slide:not(:first-of-type) {
|
||||
// width: 80%;
|
||||
// border-top: solid 1px rgba(0, 0, 0, 0.3);
|
||||
// padding-top: 2rem;
|
||||
}
|
||||
.view-type-slide.type-publications-issues-du-programme-eqld{
|
||||
|
||||
Reference in New Issue
Block a user