diff --git a/category.php b/category.php index 81c8ae7..bb80291 100644 --- a/category.php +++ b/category.php @@ -46,9 +46,14 @@ $nn = 0;?> 1):?>
- - <?the_title();?> - + +
+ <?the_title();?> + + + +
+

diff --git a/footer.php b/footer.php index ad2a0a2..71e5060 100644 --- a/footer.php +++ b/footer.php @@ -137,7 +137,7 @@ diff --git a/header.php b/header.php index 9c07ccc..f7c66cb 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/index.php b/index.php index d92049c..6783d92 100644 --- a/index.php +++ b/index.php @@ -49,6 +49,9 @@ $nn = 0;?>
<?the_title();?> + + +

diff --git a/style.css b/style.css index 9a2c37a..8e84bdb 100644 --- a/style.css +++ b/style.css @@ -393,7 +393,7 @@ a{ border-radius: 47px; border: 1px solid #171717; color: #171717; - padding: 10px 28px; + cursor: pointer; text-align: center; text-decoration: none; text-transform: uppercase; @@ -404,6 +404,7 @@ a{ line-height: 110%; height: 45px; margin-top: 22px; + padding: 10px 28px; } @@ -779,10 +780,26 @@ a{ .mini-card-img{ /** width: 372px; height: 216px; */ + position: relative; width: 100%; + } +.play-card{ + position: absolute; + display: block; + background: url(https://vetandlife.ru/wp-content/themes/vij/pub/play.png); + height: 100%; + width: 100%; + top: 43%; + left: 45%; + background-size: 50px 50px; + background-repeat: no-repeat; +} + + + .card-img-top{ text-align: center; width: 100%;