Spaces:
Sleeping
Sleeping
Karthikeyan
commited on
Commit
•
5817621
1
Parent(s):
f299391
Update style.css
Browse files
style.css
CHANGED
@@ -15,14 +15,14 @@
|
|
15 |
padding-top:45px;
|
16 |
}
|
17 |
.leftimage .rightimage{
|
|
|
18 |
float:left;
|
19 |
}
|
20 |
.leftimage{
|
21 |
-
|
|
|
22 |
padding-left:320px;
|
23 |
}
|
24 |
.rightimage{
|
25 |
-
margin-right:380px;
|
26 |
-
margin-top:15px;
|
27 |
-
}
|
28 |
|
|
|
15 |
padding-top:45px;
|
16 |
}
|
17 |
.leftimage .rightimage{
|
18 |
+
padding-top:15px;
|
19 |
float:left;
|
20 |
}
|
21 |
.leftimage{
|
22 |
+
|
23 |
+
display: inline-block;
|
24 |
padding-left:320px;
|
25 |
}
|
26 |
.rightimage{
|
27 |
+
margin-right:380px;}
|
|
|
|
|
28 |
|