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/Michigan-Care/wp-content/themes/michigan-care/scss/common.scss
@import 'partials';
 
body{
    font-family: $font-manrope;
    font-weight: 400;
    overflow-x: hidden;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  display: inline-block;
}
input {
  box-shadow: none;
  outline: none;
}
 
.custom-container {
  @media (min-width: 1400px) {
    max-width: 1250px;
  }
}

.custom-container2 {

@media(min-width: 1000px){

  max-width: 982px;

}

}