|
@@ -18,7 +18,9 @@ Moved to using a sub-theme of Divi
|
|
|
font-family: alana, sans-serif !important;
|
|
|
color: #000000 !important;
|
|
|
}
|
|
|
-
|
|
|
+.alana {
|
|
|
+ font-family: alana, sans-serif !important;
|
|
|
+}
|
|
|
#page-container {
|
|
|
width: 100% !important;
|
|
|
max-width: 9999px !important;
|
|
@@ -39,6 +41,13 @@ Moved to using a sub-theme of Divi
|
|
|
max-width: 9999px !important;
|
|
|
}
|
|
|
|
|
|
+.btn-inline .et_pb_button_module_wrapper {
|
|
|
+ display: inline-block;
|
|
|
+ padding-bottom: 20px;
|
|
|
+ margin: 0 10px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
/****************************************************************
|
|
|
Single blog posts no sidebar
|
|
|
*****************************************************************/
|