Browse Source

avoid global body styles

Artur Paikin 8 years ago
parent
commit
8241359a78
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/scss/_googledrive.scss

+ 4 - 4
src/scss/_googledrive.scss

@@ -182,10 +182,10 @@
 /** NEW GOOGLE BROWSER STYLES */
 // @import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';
 
-body {
-  box-sizing: border-box;
-  font-family: 'Roboto', sans-serif;
-}
+// body {
+//   box-sizing: border-box;
+//   font-family: 'Roboto', sans-serif;
+// }
 
 .Browser {
   border: 1px solid #ddd;