Line 203: | Line 203: | ||
transition: all 1s ease 0s; | transition: all 1s ease 0s; | ||
} | } | ||
− | @media screen and (max-device-width: 400px) | + | @media only screen and (max-device-width: 400px) |
{ | { | ||
.title { | .title { | ||
Line 403: | Line 403: | ||
} | } | ||
} | } | ||
− | @media screen and (min-width: 600px) and (max-device-width: 900px) | + | @media only screen and (min-width: 600px) and (max-device-width: 900px) |
.title { | .title { | ||
width: 100%; | width: 100%; | ||
Line 602: | Line 602: | ||
} | } | ||
</style> | </style> | ||
− | <meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/> | + | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/> |
</head> | </head> | ||
</html> | </html> |
Revision as of 12:20, 14 October 2018