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