You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
816 B
44 lines
816 B
.exception {
|
|
width: 100%;
|
|
height: 80%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
|
|
img {
|
|
height: 360px;
|
|
max-width: 430px;
|
|
padding-right: 52px;
|
|
}
|
|
|
|
.content {
|
|
h1 {
|
|
color: #434e59;
|
|
font-size: 72px;
|
|
font-weight: 600;
|
|
line-height: 72px;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.desc {
|
|
color: rgba(0, 0, 0, .45);
|
|
font-size: 20px;
|
|
line-height: 28px;
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.exception {
|
|
height: 100%;
|
|
flex-direction: column;
|
|
|
|
img {
|
|
height: 40%;
|
|
max-width: 80%;
|
|
padding-right: unset;
|
|
}
|
|
}
|
|
}
|
|
|