Adds maximum width to Records View Mode.
This commit is contained in:
parent
5deda84ae9
commit
c7a268d9d8
|
@ -19,18 +19,14 @@
|
|||
.tainacan-record {
|
||||
padding: 0px;
|
||||
flex-basis: 0;
|
||||
margin-bottom: 42px;
|
||||
margin: 0 auto 42px auto;
|
||||
width: 100%;
|
||||
min-height: 200px;
|
||||
max-width: 425px;
|
||||
min-height: 100px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
max-width: 100%;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: #f2f2f2 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue