Browse Source

add knacks

Kévin Tessier 6 years ago
parent
commit
1716e967ee
3 changed files with 2009 additions and 14 deletions
  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 -->

File diff suppressed because it is too large
+ 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;
-}

Some files were not shown because too many files changed in this diff