@@ -146,7 +146,8 @@ export default {
font-weight: bold;
}
.slide{
- width: 700px;
+ width:100%;
+ max-width: 700px;
position : absolute;
top : 50%;
left : 50%;
@@ -158,4 +159,10 @@ export default {
box-sizing: border-box;
+ @media only screen and (max-width: 800px) {
+ .slide p {
+ font-size: 14px;
+ }
+
</style>