HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers85/equichecker.com/resources/assets/sass/equichecker/_responsive.scss
@media screen and (max-width: 900px){

  .light-text-containter{
    width: 100%;
    flex-wrap: wrap;
  }

  .company-detail{
    width: 100%;
  }

  .sub-title{
    width: 100%;
  }

  .h3-table{
    width: 100%;
  }

  .table{
    width: 100%;
  }

  .vertical-center{
    display: block;
  }
  .logo{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .panel{
    width: 100%;
  }

  .alert{
    width: 100%;
  }

  .error{
    width: 100%;
  }

  .result-type, .result-country{
    display: none;
  }
  .advice{
    margin-top: 50px;
  }

  .credit{
    clear:both;
  }
}

@media (max-width: 500px){
  .logo .logo-text{
    width: 100%;
  }
}

@media (min-width: 768px){
  .container {
    width: 100%;
  }
}