cardのレイアウトを横向きに

This commit is contained in:
eai04191
2019-02-28 00:00:23 +09:00
parent 579bd3e31f
commit 0ff253cbfb
3 changed files with 28 additions and 7 deletions

12
public/css/tissue.css vendored
View File

@@ -84,4 +84,16 @@
#navbarAccountDropdownSp {
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);
}