card-img類削除、.cardにoverflow付与

This commit is contained in:
eai04191
2019-07-04 21:28:26 +09:00
parent c4768ded38
commit 733e97bc58
3 changed files with 3 additions and 12 deletions

View File

@@ -1,4 +1,6 @@
.link-card {
overflow: hidden;
.row > div {
max-height: 400px;
overflow: hidden;

View File

@@ -78,14 +78,3 @@
max-width: calc(100vw - 5em);
}
.card-img-left {
width: 100%;
border-top-left-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px);
}
.card-img-right {
width: 100%;
border-top-right-radius: calc(.25rem - 1px);
border-bottom-right-radius: calc(.25rem - 1px);
}