e10bf87b by TaishiTokudome

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

1 parent a457f7ef
......@@ -3582,6 +3582,11 @@ body.itemid-132 table {
/* -------------------------------------------------------------------------
 ビデオライブラリページ
------------------------------------------------------------------------- */
#content .blog.videos-custom h3 {
margin-bottom: 0px;
margin-top: 10px;
}
.blog.videos-custom .videos-custom-item-wrapper {
display: flex;
flex-wrap: wrap;
......@@ -3640,7 +3645,9 @@ body.itemid-132 table {
@media (max-width: 550px) {
#content .blog.videos-custom h3 {
margin-bottom: 10px;
margin-top: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-top: 10px;
}
.blog.videos-custom-item-wrapper {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!