56e73ec1 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent de4c938b
......@@ -18005,7 +18005,7 @@ ul.sf_date_field .sf-datepicker {
line-height: 55px;
margin-bottom: 20px;
width: 100%;
max-width: 580px;
max-width: 550px;
font-weight: bold;
text-align: left;
margin-left: 0px;
......@@ -18017,6 +18017,9 @@ ul.sf_date_field .sf-datepicker {
line-height: 1.375rem;
}
}
.header h1:lang(fr-FR), .header .h1:lang(fr-FR) {
max-width: 580px;
}
.content-container {
position: absolute;
......@@ -18052,6 +18055,9 @@ ul.sf_date_field .sf-datepicker {
max-width: 550px;
margin-bottom: 44px;
}
.content-container p:lang(fr-FR) {
max-width: 580px;
}
.content-container .fx-style {
max-width: 1067px !important;
margin: auto;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -22,7 +22,7 @@
line-height:55px ;
margin-bottom: 20px;
width: 100%;
max-width: 580px;
max-width: 550px;
font-weight: bold;
text-align: left;
margin-left: 0px;
......@@ -32,6 +32,9 @@
line-height:1.375rem ;
}
}
h1:lang(fr-FR){
max-width: 580px;
}
}
......@@ -64,6 +67,10 @@
max-width: 550px;
margin-bottom: 44px;
}
p:lang(fr-FR){
max-width: 580px;
}
.fx-style{
max-width: 1067px!important;
margin: auto;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.36
Version: 1.0.37
*/
\ No newline at end of file
......