@@ -30,11 +30,16 @@ body {
.free-code-con {
background-color: #333DAF;
- width: 7.5rem;
min-height: 100vh;
margin: 0 auto;
}
+@media only screen and (min-width: 749px) and (max-width: 2500px) {
+ .free-code-con {
+ width: 7.5rem;
+ }
+}
+
.free-code-con .bottom-img {
width: 100%;