Index: includes/styleguide/style.html |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/includes/styleguide/style.html |
@@ -0,0 +1,15 @@ |
+<style> |
ire
2017/08/08 15:54:05
I added these basic styles for readability. I didn
juliandoucette
2017/08/09 12:06:53
Acknowledged.
|
+ |
+.sg-body |
juliandoucette
2017/08/09 12:06:53
I think that the parent `.container` class (which
ire
2017/08/09 16:50:30
Acknowledged. Done.
|
+{ |
+ margin: 70px auto; |
+ padding: 0 20px; |
+ max-width: 700px; |
+} |
+ |
+.sg-section |
juliandoucette
2017/08/09 12:06:53
I think we could replace this with a default secti
ire
2017/08/09 16:50:30
Done.
|
+{ |
+ margin-bottom: 50px !important; |
+} |
+ |
+</style> |