@@ -11,11 +11,12 @@
.container {
background: url('./images/bg.png');
background-size: 100% 100%;
- width: 1920px;
+ width: 100%;
height: 694px;
display: flex;
align-items: center;
justify-content: space-around;
+ margin:auto
}
.container>.left {