Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 88fb2d3

Browse files
committed
fix title order
1 parent 5052241 commit 88fb2d3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Clients/SampleSolution.Web/.stats/logines2020_stat.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Clients/SampleSolution.Web/.stats/logines5_stat.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Clients/SampleSolution.Web/wwwrootsrc/login/scripts/components/login-layout/LoginLayoutStyles.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,10 @@
6060
.full-width {
6161
width: 100%;
6262
}
63+
64+
.mobile-order {
65+
@media (max-width: $smallScreen) {
66+
order: -1;
67+
}
68+
}
6369
}

Clients/SampleSolution.Web/wwwrootsrc/login/scripts/pages/signup-page/SignUpPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const signUpPageView = <P, S>(ctrl: SignUpPageController<P, S>, _props?:
2020
Sign In
2121
</Link>
2222
</div>
23-
<div className="col-6_sm-12 col_sm-first">
23+
<div className="col-6_sm-12 mobile-order">
2424
<h2 className="text-center block-title">
2525
Sign Up
2626
</h2>

0 commit comments

Comments
 (0)