|
@@ -1,26 +1,13 @@
|
|
-
|
|
|
|
-// Remove the margin in all browsers.
|
|
|
|
-body {
|
|
|
|
- margin: 0;
|
|
|
|
- padding: 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
// Smooth out the fonts
|
|
// Smooth out the fonts
|
|
body {
|
|
body {
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
}
|
|
|
|
|
|
-// Needed until https://github.com/WordPress/gutenberg/pull/27518/ is merged.
|
|
|
|
-img {
|
|
|
|
- height: auto;
|
|
|
|
- max-width: 100%;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
* {
|
|
* {
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
|
|
|
|
pre {
|
|
pre {
|
|
- overflow: scroll;
|
|
|
|
-}
|
|
|
|
|
|
+ overflow: scroll;
|
|
|
|
+}
|