Skip to content

Commit c533f98

Browse files
committed
add styles for mobile version
1 parent 6906c4c commit c533f98

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

projects/social_platform/src/app/auth/auth.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
padding: 0 15px;
1111

1212
@include responsive.apply-desktop {
13-
padding: 0px 200px;
13+
padding: 0 200px;
1414
}
1515

1616
&__header {

projects/social_platform/src/app/auth/email-verification/email-verification.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
}
2828

2929
&__img {
30-
min-width: 500px;
3130
position: fixed;
3231
top: 8%;
3332
right: 0%;
34-
left: -33%;
3533
bottom: 0%;
34+
left: -33%;
35+
min-width: 500px;
3636

3737
@include responsive.apply-desktop {
3838
bottom: 0%;

projects/social_platform/src/styles/pages/auth.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
@use "styles/typography";
55

66
.auth {
7-
padding: 100px 0px;
7+
padding: 100px 0;
88

99
&__logo {
10-
display: block;
1110
position: fixed;
1211
top: 45px;
1312
left: 15px;
13+
display: block;
1414
width: 117px;
1515

1616
@include responsive.apply-desktop {

0 commit comments

Comments
 (0)