fixed ipad resize photo
This commit is contained in:
@@ -20,9 +20,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
.article-item {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-item__image-container {
|
.article-item__image-container {
|
||||||
@@ -131,6 +129,10 @@
|
|||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
|
|
||||||
|
.article-item {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.article-item-mob{
|
.article-item-mob{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,6 +21,12 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
ul.wp-block-list li{
|
||||||
|
display: block;
|
||||||
|
padding: 4px 0;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 1439px) {
|
@media (max-width: 1439px) {
|
||||||
.content {
|
.content {
|
||||||
grid-template-columns: 36.4rem 1fr;
|
grid-template-columns: 36.4rem 1fr;
|
||||||
|
|||||||
@@ -280,7 +280,7 @@ function my_theme_scripts() {
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
add_action('wp_enqueue_scripts', 'my_theme_scripts');
|
//add_action('wp_enqueue_scripts', 'my_theme_scripts');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -306,8 +306,8 @@ function loadmore_ajax_handler() {
|
|||||||
endif;
|
endif;
|
||||||
die;
|
die;
|
||||||
}
|
}
|
||||||
add_action('wp_ajax_loadmore', 'loadmore_ajax_handler');
|
//add_action('wp_ajax_loadmore', 'loadmore_ajax_handler');
|
||||||
add_action('wp_ajax_nopriv_loadmore', 'loadmore_ajax_handler');
|
//add_action('wp_ajax_nopriv_loadmore', 'loadmore_ajax_handler');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user