diff --git a/css/styleHangar.css b/css/styleHangar.css index b6ee357..3cde67e 100644 --- a/css/styleHangar.css +++ b/css/styleHangar.css @@ -79,6 +79,19 @@ display: none; } + /* --- Post From Category PFC + Post From Tag PFT --- */ + + .pfc-posts-main .read-more , .pft-posts-main .read-more { + font-size: 0px; + min-width: 1rem; + min-height: 1rem; + } + .pfc-posts-main .read-more:after,.pft-posts-main .read-more:after { + content: "[...]"; + display: inline-block; + font-size: 0.8rem; + } /* logo slider */ #logoslider { width: 230px; height: 120px; margin-top:5px; }