robertselvam commited on
Commit
d9fc86c
·
1 Parent(s): af61f00

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -3
style.css CHANGED
@@ -9,14 +9,14 @@
9
  align-items: center;
10
  justify-content: center;
11
  }
12
- .leftimage .rightimage{
13
  float:left;
14
  }
15
- .leftimage{
16
  padding-top:27px;
17
  margin-left:210px;
18
  }
19
- .rightimage{
20
  margin-right:210px;
21
  margin-top:15px;
22
  }
 
9
  align-items: center;
10
  justify-content: center;
11
  }
12
+ .left.right{
13
  float:left;
14
  }
15
+ .left{
16
  padding-top:27px;
17
  margin-left:210px;
18
  }
19
+ .right{
20
  margin-right:210px;
21
  margin-top:15px;
22
  }