mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-21 17:07:55 +01:00
404 responsive
This commit is contained in:
parent
a7d253203a
commit
58ad430e13
@ -7,11 +7,34 @@
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
height: 200px;
|
||||
width: 500px;
|
||||
margin: -85px 0px 0px -250px;
|
||||
width: 30em;
|
||||
margin: -85px 0px 0px -16em;
|
||||
|
||||
background-color: #FCFCFC;
|
||||
padding: 0px 1em;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 485px) {
|
||||
#page404 {
|
||||
overflow-y: auto;
|
||||
#message404 {
|
||||
position: relative;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
margin: 10% 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
p, ul {
|
||||
margin: 1em;
|
||||
}
|
||||
}
|
||||
#landscape {
|
||||
box-shadow: none;
|
||||
.bgContainer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user