e10bf87b by TaishiTokudome

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

1 parent a457f7ef
...@@ -3582,6 +3582,11 @@ body.itemid-132 table { ...@@ -3582,6 +3582,11 @@ body.itemid-132 table {
3582 /* ------------------------------------------------------------------------- 3582 /* -------------------------------------------------------------------------
3583  ビデオライブラリページ 3583  ビデオライブラリページ
3584 ------------------------------------------------------------------------- */ 3584 ------------------------------------------------------------------------- */
3585 #content .blog.videos-custom h3 {
3586 margin-bottom: 0px;
3587 margin-top: 10px;
3588 }
3589
3585 .blog.videos-custom .videos-custom-item-wrapper { 3590 .blog.videos-custom .videos-custom-item-wrapper {
3586 display: flex; 3591 display: flex;
3587 flex-wrap: wrap; 3592 flex-wrap: wrap;
...@@ -3640,7 +3645,9 @@ body.itemid-132 table { ...@@ -3640,7 +3645,9 @@ body.itemid-132 table {
3640 @media (max-width: 550px) { 3645 @media (max-width: 550px) {
3641 #content .blog.videos-custom h3 { 3646 #content .blog.videos-custom h3 {
3642 margin-bottom: 10px; 3647 margin-bottom: 10px;
3643 margin-top: 0px; 3648 margin-top: 0px;
3649 margin-bottom: 0px;
3650 margin-top: 10px;
3644 } 3651 }
3645 3652
3646 .blog.videos-custom-item-wrapper { 3653 .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!