We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6906c4c commit c533f98Copy full SHA for c533f98
3 files changed
projects/social_platform/src/app/auth/auth.component.scss
@@ -10,7 +10,7 @@
10
padding: 0 15px;
11
12
@include responsive.apply-desktop {
13
- padding: 0px 200px;
+ padding: 0 200px;
14
}
15
16
&__header {
projects/social_platform/src/app/auth/email-verification/email-verification.component.scss
@@ -27,12 +27,12 @@
27
28
29
&__img {
30
- min-width: 500px;
31
position: fixed;
32
top: 8%;
33
right: 0%;
34
- left: -33%;
35
bottom: 0%;
+ left: -33%;
+ min-width: 500px;
36
37
38
projects/social_platform/src/styles/pages/auth.scss
@@ -4,13 +4,13 @@
4
@use "styles/typography";
5
6
.auth {
7
- padding: 100px 0px;
+ padding: 100px 0;
8
9
&__logo {
- display: block;
top: 45px;
left: 15px;
+ display: block;
width: 117px;
0 commit comments