Kévin Tessier 6 年 前
コミット
1716e967ee
3 ファイル変更2009 行追加14 行削除
  1. 1 1
      index.html
  2. 2008 0
      styles/knacss-unminified.css
  3. 0 13
      styles/reset.css

+ 1 - 1
index.html

@@ -10,8 +10,8 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
 <!-- css -->
+    <link rel="stylesheet" href="styles/knacss-unminified.css">
     <link rel="stylesheet" href="styles/typo.css">
-    <link rel="stylesheet" href="styles/reset.css">
     <link rel="stylesheet" href="styles/style.css">
     <link rel="stylesheet" href="styles/media_queries.css">
 <!-- script -->

ファイルの差分が大きいため隠しています
+ 2008 - 0
styles/knacss-unminified.css


+ 0 - 13
styles/reset.css

@@ -1,13 +0,0 @@
-* {
-    box-sizing: border-box;
-}
-
-img {
-    max-width: 100%;
-    height: auto;
-}
-
-video {
-    width: 100%;
-    height: auto;
-}

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません