MINI MINI MANI MO
/*----------------------------------------
500 Page
------------------------------------------*/
.section-500
{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
height: 100vh;
background: #fff;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.section-500 .error-code
{
font-size: 10rem !important;
}
@media screen and (min-width: 992px)
{
.section.section-500 .error-code
{
font-size: 5rem !important;
}
.section.section-500 .bg-image-500
{
width: 70% !important;
}
}
@media screen and (min-width: 769px)
{
.bg-image-500
{
width: 100% !important;
}
}
@media screen and (max-width: 768px)
{
.section.section-500 .error-code
{
font-size: 5rem !important;
}
.section.section-500 .bg-image-500
{
width: 100%;
}
}
@media screen and (max-width: 540px)
{
.section.section-500 .error-code
{
font-size: 2rem !important;
}
}
OHA YOOOO