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;
}