Adds maximum width to Records View Mode.

This commit is contained in:
Mateus Machado Luna 2018-08-21 09:28:22 -03:00
parent 5deda84ae9
commit c7a268d9d8
1 changed files with 3 additions and 7 deletions

View File

@ -19,18 +19,14 @@
.tainacan-record { .tainacan-record {
padding: 0px; padding: 0px;
flex-basis: 0; flex-basis: 0;
margin-bottom: 42px; margin: 0 auto 42px auto;
width: 100%; width: 100%;
min-height: 200px; max-width: 425px;
min-height: 100px;
cursor: pointer; cursor: pointer;
text-decoration: none; text-decoration: none;
display: block; display: block;
@media screen and (max-width: 768px) {
max-width: 100%;
min-width: 100%;
}
&:hover { &:hover {
background-color: #f2f2f2 !important; background-color: #f2f2f2 !important;
} }