From 4317e6106ce651e41c06c85d8e2ab4583610da8b Mon Sep 17 00:00:00 2001 From: AK Delfin Date: Sun, 5 Dec 2021 13:39:53 +0300 Subject: [PATCH] add new banners --- blocks/citata.php | 2 +- footer.php | 2 +- header.php | 2 +- style.css | 10 +++++++++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/blocks/citata.php b/blocks/citata.php index 64c9942..4b3ef27 100644 --- a/blocks/citata.php +++ b/blocks/citata.php @@ -28,7 +28,7 @@ if( $posts ):
цитата
- <?the_title();?> + <?the_title();?>
diff --git a/footer.php b/footer.php index 95a9b2f..3e9f492 100644 --- a/footer.php +++ b/footer.php @@ -9,8 +9,8 @@ - '']);?> + '']);?> diff --git a/header.php b/header.php index 2f2989a..4d867de 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/style.css b/style.css index 7b50352..14fb76b 100644 --- a/style.css +++ b/style.css @@ -1342,9 +1342,17 @@ a{ .left_citata_text{ font-size: 16px; - font-weight: bold; + /* font-weight: bold; */ } + .left_citata_percon{ + margin-top: 16px; + color: #3B83B5; + font-size: 12px; + font-weight: bold; + text-transform: uppercase; + } + .moread{ display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));