|
@@ -2,18 +2,12 @@
|
|
|
html {
|
|
|
font-size: calc(100vw / 7.5);
|
|
|
}
|
|
|
- .free-code-con .bottom-img{
|
|
|
- width: 100%;
|
|
|
- max-height: 100vh;
|
|
|
- }
|
|
|
}
|
|
|
@media screen and (min-width: 750px) {
|
|
|
html {
|
|
|
- font-size: calc(600px / 7.5);
|
|
|
- }
|
|
|
- .free-code-con .bottom-img{
|
|
|
- width: 100%;
|
|
|
+ font-size: calc(450px / 7.5);
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
::selection {
|
|
|
background-color: #b3d4fc;
|
|
@@ -41,13 +35,17 @@ body {
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
+.free-code-con .bottom-img{
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
button:focus, input:focus{
|
|
|
outline: 0;
|
|
|
}
|
|
|
|
|
|
.top .center-pic {
|
|
|
position: absolute;
|
|
|
- bottom: 0.92rem;
|
|
|
+ top: 10.15rem;
|
|
|
}
|
|
|
|
|
|
.top .center-pic .recv-cont .recv-ipt{
|