error fixed
This commit is contained in:
parent
b08e0e9b4e
commit
118c39afb8
@ -1,4 +1,4 @@
|
||||
#container {
|
||||
.c {
|
||||
opacity: 100%;
|
||||
-webkit-animation: fade 0.9s ease-in;
|
||||
-moz-animation: fade 0.9s ease-in;
|
||||
@ -6,14 +6,21 @@
|
||||
-o-animation: fade 0.9s ease-in;
|
||||
animation: fade 0.9s ease-in;
|
||||
background-color: black;
|
||||
position: relative;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: #232323;
|
||||
background-color: #3d3d3d;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
height: calc(100vh - 101px);
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.error__photo { margin: 0px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user