Small CSS adjustments on View Mode Grid

This commit is contained in:
mateuswetah 2018-06-25 17:11:59 -03:00
parent 41be221f29
commit 0e958359ca
1 changed files with 3 additions and 1 deletions

View File

@ -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; }
}