|
|
@ -6,7 +6,7 @@ import Rightbottom from './right/right-bottom' |
|
|
|
const Right = () => { |
|
|
|
return ( |
|
|
|
<> |
|
|
|
<div style={{ width: "25%", height: "100%", float: "right" }}> |
|
|
|
<div style={{ width: "25%", height: "100%", float: "right", marginRight: "1%" }}> |
|
|
|
<Righttop /> |
|
|
|
<Rightbottom /> |
|
|
|
</div> |
|
|
|