a457f7ef by TaishiTokudome

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

1 parent 33bd3fa7
...@@ -3638,6 +3638,11 @@ body.itemid-132 table { ...@@ -3638,6 +3638,11 @@ body.itemid-132 table {
3638 } 3638 }
3639 3639
3640 @media (max-width: 550px) { 3640 @media (max-width: 550px) {
3641 #content .blog.videos-custom h3 {
3642 margin-bottom: 10px;
3643 margin-top: 0px;
3644 }
3645
3641 .blog.videos-custom-item-wrapper { 3646 .blog.videos-custom-item-wrapper {
3642 display: block; 3647 display: block;
3643 } 3648 }
...@@ -3645,15 +3650,19 @@ body.itemid-132 table { ...@@ -3645,15 +3650,19 @@ body.itemid-132 table {
3645 .blog.videos-custom .videos-custom-item-wrapper > li { 3650 .blog.videos-custom .videos-custom-item-wrapper > li {
3646 height: auto; 3651 height: auto;
3647 width: 100%; 3652 width: 100%;
3648 padding-bottom: 8px; 3653 padding-bottom: 2px;
3649 border-bottom: #003894 4px solid; 3654 border-bottom: #003894 2px solid;
3650 margin-bottom: 24px; 3655 margin-bottom: 10px;
3651 font-size: 0.875rem; 3656 font-size: 0.875rem;
3652 } 3657 }
3653 3658
3654 .blog.videos-custom .videos-custom-item-wrapper > li > h5 { 3659 .blog.videos-custom .videos-custom-item-wrapper > li > h5 {
3655 font-size: 1rem; 3660 font-size: 1rem;
3656 } 3661 }
3662
3663 .blog.videos-custom .videos-custom-item-wrapper > li > p {
3664 margin-bottom: 0;
3665 }
3657 } 3666 }
3658 3667
3659 /* ------------------------------------------------------------------------- 3668 /* -------------------------------------------------------------------------
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!