Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit b718eb4

Browse files
authored
Fixed layout on mobile devices (#311)
added wrapping of text on the login screen
1 parent 1344edf commit b718eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/account/login/login.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ div.content {
88
display: flex;
99
justify-content: center;
1010
flex-direction: row;
11-
11+
flex-wrap: wrap;
1212
margin-bottom: 30px;
1313

1414
img {

0 commit comments

Comments
 (0)