ビデオライブラリページCSS修正
Showing
1 changed file
with
12 additions
and
3 deletions
... | @@ -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 | /* ------------------------------------------------------------------------- | ... | ... |
-
Please register or sign in to post a comment