b4665459 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 6898b5b9
......@@ -14854,7 +14854,7 @@ td.hidden {
.table-like__item {
display: block;
margin-bottom: 20px;
border-radius: 10px;
border-radius: 0px;
height: 69px;
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -200,7 +200,7 @@ td.hidden {
.table-like__item {
display: block;
margin-bottom: 20px;
border-radius: 10px;
border-radius: 0px;
height: 69px;
@media only screen and (max-width: 768px) {
height: auto;
......