a457f7ef by TaishiTokudome

ビデオライブラリページCSS修正

1 parent 33bd3fa7
......@@ -3638,6 +3638,11 @@ body.itemid-132 table {
}
@media (max-width: 550px) {
#content .blog.videos-custom h3 {
margin-bottom: 10px;
margin-top: 0px;
}
.blog.videos-custom-item-wrapper {
display: block;
}
......@@ -3645,15 +3650,19 @@ body.itemid-132 table {
.blog.videos-custom .videos-custom-item-wrapper > li {
height: auto;
width: 100%;
padding-bottom: 8px;
border-bottom: #003894 4px solid;
margin-bottom: 24px;
padding-bottom: 2px;
border-bottom: #003894 2px solid;
margin-bottom: 10px;
font-size: 0.875rem;
}
.blog.videos-custom .videos-custom-item-wrapper > li > h5 {
font-size: 1rem;
}
.blog.videos-custom .videos-custom-item-wrapper > li > p {
margin-bottom: 0;
}
}
/* -------------------------------------------------------------------------
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!