diff --git a/category-interviews.php b/category-interviews.php index aaa49ca..e0c7615 100644 --- a/category-interviews.php +++ b/category-interviews.php @@ -59,6 +59,5 @@ - - + \ No newline at end of file diff --git a/frontend/src/styles/components/shared.css b/frontend/src/styles/components/shared.css index 02b31a2..20265db 100644 --- a/frontend/src/styles/components/shared.css +++ b/frontend/src/styles/components/shared.css @@ -52,14 +52,19 @@ display: none !important; } +@media (max-width: 767px) { + + .mobile { + display: inherit !important; + } + +} + @media (max-width: 1024px) { .desktop { display: none !important; } - .mobile { - display: inherit !important; - } } @media (max-width: 1300px) { diff --git a/sidebar-left.php b/sidebar-left.php index 0a71f6b..1b670a9 100644 --- a/sidebar-left.php +++ b/sidebar-left.php @@ -11,8 +11,15 @@ - - +'; + get_template_part('partials/latest-interview-post'); + echo ''; +} else { + get_template_part('partials/latest-interview-post'); +} +?>