public/_static/site.css in utopia-project-0.15.5 vs public/_static/site.css in utopia-project-0.16.0
- old
+ new
@@ -1,6 +1,8 @@
+* {box-sizing: border-box;}
+
html {
font-family: "PT Sans", Verdana, Helvetica, Arial, sans-serif;
font-size: 16px;
/* Fix odd text-size in `display: flex` elements on Safari iOS */
@@ -131,9 +133,14 @@
margin-top: 5rem;
}
h1, h2, h3, h4, h5, h6, p, pre, ul, dl, ol {
margin: 1rem;
+}
+
+div.giscus {
+ margin: 1rem 0;
+ padding: 0 1rem;
}
pre {
margin: 2rem 1rem;
}