Adds maximum width to Records View Mode.
This commit is contained in:
parent
5deda84ae9
commit
c7a268d9d8
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue