|
@@ -792,3 +792,19 @@ ul.wp-block-archives li ul,
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+/** === Business Hours Block - Temp Fix === */
|
|
|
|
+.wp-block-jetpack-business-hours dt,
|
|
|
|
+.wp-block-jetpack-business-hours dd {
|
|
|
|
+ float: left;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-jetpack-business-hours dt {
|
|
|
|
+ clear: both;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ margin-right: 0.5rem;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-jetpack-business-hours dd {
|
|
|
|
+ margin: 0;
|
|
|
|
+}
|