Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -20,16 +20,17 @@ p {
|
|
20 |
display: flex;
|
21 |
flex-direction: column;
|
22 |
align-items: center;
|
|
|
|
|
|
|
23 |
}
|
24 |
.im1{
|
25 |
position:absolute;
|
26 |
z-index:100;
|
27 |
-
max-width:100%;
|
28 |
}
|
29 |
.im2{
|
30 |
position:absolute;
|
31 |
z-index:110;
|
32 |
-
max-width:100%;
|
33 |
}
|
34 |
.imbox{
|
35 |
display: flex;
|
|
|
20 |
display: flex;
|
21 |
flex-direction: column;
|
22 |
align-items: center;
|
23 |
+
width:90%
|
24 |
+
max-width:500px;
|
25 |
+
|
26 |
}
|
27 |
.im1{
|
28 |
position:absolute;
|
29 |
z-index:100;
|
|
|
30 |
}
|
31 |
.im2{
|
32 |
position:absolute;
|
33 |
z-index:110;
|
|
|
34 |
}
|
35 |
.imbox{
|
36 |
display: flex;
|