diff --git a/functions.php b/functions.php index 82c5cf3..5b05d31 100644 --- a/functions.php +++ b/functions.php @@ -624,4 +624,5 @@ add_action( 'pre_get_posts', function ($query) { } -}); \ No newline at end of file +}); + diff --git a/header.php b/header.php index 6e9d0af..6a4f432 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 2563f2a..4341b04 100644 --- a/style.css +++ b/style.css @@ -822,7 +822,15 @@ a{ font-size: 12px; } - + .wp-authors{ + max-width: 107px; + height: 100%; + } + + .edition-title{ + padding-top: 42px; + padding-bottom: 8px; + } article{ padding: 1em; @@ -2290,6 +2298,14 @@ span.rub_back_title{ } +@media (max-width: 599px){ + + .wp-block-columns { + + } + +} + /** mobile **/ @media only screen and (min-device-width : 340px)