You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
550 B
29 lines
550 B
/*collection grid*/ |
|
.collection-view > .view-content { |
|
display: grid; |
|
grid-template-columns: repeat(4, 1fr); |
|
/* margin: 0.47214rem 0 0.47214rem 2.61803rem; */ |
|
} |
|
.collection-view { |
|
.views-row { |
|
/*margin: 1em;*/ |
|
|
|
/*border: 1px solid #ccc;*/ |
|
.views-field-title { |
|
text-align: center; |
|
font-weight: bold; |
|
} |
|
a { |
|
text-decoration: none; |
|
} |
|
.views-field-did-image { |
|
height: 260px; |
|
overflow: hidden; |
|
border: 1px solid #ccc; |
|
padding:4px; |
|
} |
|
img { |
|
width: 100%; |
|
} |
|
} |
|
}
|
|
|