Fix syntax of media css

This commit is contained in:
BJRambo 2016-05-30 08:07:51 +09:00
parent 7c8698f6af
commit e7c133a66d

View file

@ -193,7 +193,7 @@
text-decoration:none;
}
@media only screen and max-device-width 480px {
@media only screen and (max-device-width:480px) {
#nc_container {
position:relative;
height:auto;