Revert "Merge pull request #138 from eai04191/feature/bootstrap-custom"

This reverts commit 077731495c.
This commit is contained in:
shibafu
2019-03-10 17:33:29 +09:00
committed by eai04191
parent 598d27f6b8
commit c4768ded38
3 changed files with 12 additions and 10 deletions

View File

@@ -76,4 +76,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);
}