|
@@ -1273,6 +1273,16 @@ span.fc-title {
|
|
|
-webkit-transition: all .4s ease;
|
|
-webkit-transition: all .4s ease;
|
|
|
transition: all .4s ease;
|
|
transition: all .4s ease;
|
|
|
}
|
|
}
|
|
|
|
|
+/* Fix for bootstrap screen width bug */
|
|
|
|
|
+@media (min-width: 992px) and (max-width: 1200px) {
|
|
|
|
|
+ .col-lg-12 {
|
|
|
|
|
+ float: left;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+ .col-md-12 {
|
|
|
|
|
+ float: none;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
/*
|
|
/*
|
|
|
body,
|
|
body,
|
|
|
html {
|
|
html {
|
|
@@ -1290,4 +1300,4 @@ html {
|
|
|
.internal-listing .simplebar-track.horizontal {
|
|
.internal-listing .simplebar-track.horizontal {
|
|
|
display: none;
|
|
display: none;
|
|
|
}
|
|
}
|
|
|
-*/
|
|
|
|
|
|
|
+*/
|