Index: includes/about/style.html |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/includes/about/style.html |
@@ -0,0 +1,27 @@ |
+<style> |
juliandoucette
2017/06/26 10:31:20
Looks like this applies to a few pages?
- about
-
ire
2017/06/27 08:36:28
Done.
|
+ |
+.btn-container |
+{ |
+ margin-top: 16px; |
+ margin-bottom: 16px; |
+} |
+ |
+@media(min-width: 544px) |
+{ |
+ .btn-container |
+ { |
+ margin-top: 32px; |
+ margin-bottom: 32px; |
+ } |
+} |
+ |
+@media(min-width: 768px) |
+{ |
+ .btn-container |
+ { |
+ margin-top: 64px; |
+ margin-bottom: 64px; |
+ } |
+} |
+ |
+</style> |