error.html #2
This commit is contained in:
parent
4a8ce0470a
commit
0f34e0eb81
1 changed files with 13 additions and 1 deletions
|
@ -104,6 +104,8 @@ div.error > .info {
|
||||||
margin-top: 64px;
|
margin-top: 64px;
|
||||||
background: var(--main-g-color);
|
background: var(--main-g-color);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-flow: row wrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 384px;
|
min-height: 384px;
|
||||||
color: var(--main-text-b);
|
color: var(--main-text-b);
|
||||||
|
@ -111,7 +113,7 @@ div.error > .info {
|
||||||
div.error > .info > h1 {
|
div.error > .info > h1 {
|
||||||
font-size: 512px;
|
font-size: 512px;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
margin-left: 117.25px;
|
margin-left: 32.25px;
|
||||||
}
|
}
|
||||||
div.error > .info > .row {
|
div.error > .info > .row {
|
||||||
width: 512px;
|
width: 512px;
|
||||||
|
@ -168,3 +170,13 @@ div.error > .footer > h1 {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Adaptite */
|
||||||
|
/* Error */
|
||||||
|
@media only screen and (max-width: 50%) {
|
||||||
|
div.error > .info > h1 {
|
||||||
|
font-size: calc(512px / 2);
|
||||||
|
line-height: 1.2;
|
||||||
|
margin-left: 117.25px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue