mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix syntax of media css
This commit is contained in:
parent
7c8698f6af
commit
e7c133a66d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue