/*
Theme Name: Geekfolio Child
Theme URI: http://themeforest.net/user/themescamp/portfolio
Template: geekfolio
Author: ThemesCamp
Author URI: http://themeforest.net/user/themescamp/
Description: Geekfolio is a Modern Creative &amp; Portfolio WordPress Theme for agencies to show their works.
Tags: one-column,two-columns,right-sidebar,custom-colors,featured-images,app,software,IT solution
Version: 1.1.1.1761021373
Updated: 2025-10-21 04:36:13

*/

h1.archive-page-title {
    text-align: center;
}


/* Tablets (portrait & landscape) */
@media (max-width: 1024px) {
.post-style-1 .attachment-post-thumbnail {
    border-radius: 15px;
    width: 1320px;
    object-fit: contain;
    height: 630px;
    margin-top: 60px;
    margin-bottom: 40px;
}
p, body.has-paragraph-style p {
    font-family: Inter;
    font-weight: normal;
    font-style: normal;
    text-align: justify;
}
.entry-title{
        font-size: 24px !important;
    }
h2.wp-block-heading {
    font-size: 24px;
}
}

/* Mobile devices */
@media (max-width: 768px) {
.post-style-1 .attachment-post-thumbnail {
    border-radius: 15px;
    width: 1320px;
    object-fit: contain;
    height: 270px;
    margin-top: 60px;
    margin-bottom: 40px;
}
p, body.has-paragraph-style p {
    font-family: Inter;
    font-weight: normal;
    font-style: normal;
    text-align: justify;
}
.entry-title{
        font-size: 24px !important;
    }
h2.wp-block-heading {
    font-size: 24px;
}
}

