HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/TBbargain/wp-content/themes/Tbbargain/scss/common.scss
@import "partials";
html {
    font-size: 20px;
}
body {
    font-family: $primaryFont;
}
* {
    font-family: $primaryFont;
}
img {
    max-width: 100%;
}
.custom-container {
    @media (min-width: 1600px) {
        max-width: 1450px;
    }
    @media (max-width: 1679px) {
        max-width: 1280px;
    }
    @media ($sm-767) {
        max-width: 100%;
    }
}

.display-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.justfi-center {
    justify-content: center;
}
.justfi-spacebetween {
    justify-content: space-between;
}