diff --git a/src/applications/gi/components/GIBillHeaderInfo.jsx b/src/applications/gi/components/GIBillHeaderInfo.jsx index e0ddc56c9ba5..32d8e538450f 100644 --- a/src/applications/gi/components/GIBillHeaderInfo.jsx +++ b/src/applications/gi/components/GIBillHeaderInfo.jsx @@ -11,9 +11,9 @@ export const renderPTag = (automatedTest = false) => { export default function GIBillHeaderInfo() { return ( -
+

GI Bill® Comparison Tool diff --git a/src/applications/gi/components/ServiceError.jsx b/src/applications/gi/components/ServiceError.jsx index ed94fe330236..20c3c8dc5676 100644 --- a/src/applications/gi/components/ServiceError.jsx +++ b/src/applications/gi/components/ServiceError.jsx @@ -1,7 +1,7 @@ import React from 'react'; export const ServiceError = () => ( -
+

We’ve run into a problem.

diff --git a/src/applications/gi/components/profile/CalculateYourBenefitsForm.jsx b/src/applications/gi/components/profile/CalculateYourBenefitsForm.jsx index bc320cc276f8..0c193e9da046 100644 --- a/src/applications/gi/components/profile/CalculateYourBenefitsForm.jsx +++ b/src/applications/gi/components/profile/CalculateYourBenefitsForm.jsx @@ -1215,7 +1215,7 @@ function CalculateYourBenefitsForm({ 'estimate-your-benefits-form', 'medium-5', 'columns', - 'small-screen:vads-u-padding-right--0', + 'mobile-lg:vads-u-padding-right--0', )} >
diff --git a/src/applications/gi/components/profile/schoolRatings/SchoolCategoryRating.jsx b/src/applications/gi/components/profile/schoolRatings/SchoolCategoryRating.jsx index 5d38cb248743..c21d704c06bc 100644 --- a/src/applications/gi/components/profile/schoolRatings/SchoolCategoryRating.jsx +++ b/src/applications/gi/components/profile/schoolRatings/SchoolCategoryRating.jsx @@ -18,7 +18,7 @@ const SchoolCategoryRating = ({ titleObj, questionsObj }) => { }; return ( -
+
{preview.display && } -
+
{constants.inProgress && ( @@ -100,7 +100,7 @@ export function GiBillApp({ )} {!showDisclaimer &&
 
} {showDisclaimer && ( -
+
<> diff --git a/src/applications/gi/containers/SearchPage.jsx b/src/applications/gi/containers/SearchPage.jsx index 839b516935d8..ef522d0260c7 100644 --- a/src/applications/gi/containers/SearchPage.jsx +++ b/src/applications/gi/containers/SearchPage.jsx @@ -144,7 +144,7 @@ export function SearchPage({
-
+
{!smallScreen && ( (
-
+
Upon enrollment in program{' '} @@ -108,7 +108,7 @@ export class VetTecEstimateYourBenefits extends React.Component {
-
+
Upon completion of program{' '} @@ -122,7 +122,7 @@ export class VetTecEstimateYourBenefits extends React.Component {
-
+
Upon employment{' '} diff --git a/src/applications/gi/containers/search/NameSearchResults.jsx b/src/applications/gi/containers/search/NameSearchResults.jsx index 53b786bb6427..bc6d334b6349 100644 --- a/src/applications/gi/containers/search/NameSearchResults.jsx +++ b/src/applications/gi/containers/search/NameSearchResults.jsx @@ -122,7 +122,7 @@ export function NameSearchResults({
{smallScreen && }

Showing {count} search results for "{name}" diff --git a/src/applications/gi/containers/search/ResultCard.jsx b/src/applications/gi/containers/search/ResultCard.jsx index 65839b569dce..e551ba4042ef 100644 --- a/src/applications/gi/containers/search/ResultCard.jsx +++ b/src/applications/gi/containers/search/ResultCard.jsx @@ -141,7 +141,7 @@ export function ResultCard({ const containerClasses = classNames({ 'vads-u-margin-bottom--2': !location, - 'small-screen:vads-u-margin-left--2p5': !location, + 'mobile-lg:vads-u-margin-left--2p5': !location, 'vads-u-margin--0': location, 'vads-u-padding--0': location, });