Small CSS adjustments on View Mode Grid
This commit is contained in:
parent
41be221f29
commit
0e958359ca
|
@ -6,8 +6,9 @@
|
|||
.col { flex-grow: 0; }
|
||||
|
||||
.tainacan-grid {
|
||||
padding: 12px 24px 24px 24px;
|
||||
margin: 12px 16px 24px 16px;
|
||||
text-align: center;
|
||||
display: block;
|
||||
|
||||
img {
|
||||
width: 258px;
|
||||
|
@ -16,6 +17,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background-color: #e5e5e5;
|
||||
p.metadata-title { text-decoration: none !important; }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue