OSDN Git Service

[fix] : 横並びレイアウトをPCのみ適用
[alterlinux/hayao.fascode.net.git] / sanmoku / index.html
index 804f0fd..a48551d 100755 (executable)
@@ -14,6 +14,8 @@
 \r
     <!-- 見た目を書いたファイルを読み込む -->\r
     <link rel="stylesheet" href="./style/common.css">\r
+    <link rel="stylesheet" href="./style/sp.css" media="screen and (max-width: 780px)"> <!-- 見た目(スマホ用) -->    \r
+    <link rel="stylesheet" href="./style/pc.css" media="screen and (min-width: 781px)"> <!-- 見た目(PC用) -->\r
 </head>\r
 \r
 <!-- ここから実際のゲーム画面 -->\r