Skip to content

Commit f9e15a5

Browse files
committed
responsive bug
1 parent c70ac07 commit f9e15a5

2 files changed

Lines changed: 16 additions & 37 deletions

File tree

styles/Auth.module.css

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
18px 25px 20px hsla(0, 0%, 21%, 0.749),
3535
-12px 1px 4px hsla(0, 0%, 21%, 0.749);
3636
}
37-
}
3837

39-
@media only screen and (min-width: 1280px) {
4038
.resetPWMD {
4139
display: grid;
4240
grid-template-columns:
@@ -53,7 +51,7 @@
5351
.mainContainer {
5452
filter: drop-shadow(0 2px 10px rgba(51, 50, 50, 0.904))
5553
drop-shadow(0 10px 8px rgba(75, 73, 73, 0.08));
56-
background-color: #354045;
54+
background-color: #354045;
5755
}
5856
}
5957

@@ -125,22 +123,14 @@
125123

126124
.passwordReset {
127125
background-image: linear-gradient(
128-
to top left,
129-
hsla(197, 79%, 74%, 10%),
130-
hsla(197, 81%, 39%, 10%)
131-
),
132-
linear-gradient(
133-
to top,
134-
hsla(197, 79%, 74%, 100%),
135-
hsla(197, 81%, 39%, 70%)
136-
),
137-
url('../public/bubbles.svg'),
138-
linear-gradient(
139-
to top,
140-
hsla(197, 79%, 74%, 90%),
141-
hsla(197, 81%, 39%, 100%)
142-
);
143-
box-shadow: inset 0 10px 4px hsla(197, 81%, 44%, 30%),
144-
17px 17px 4px hsla(0, 0%, 18%, 0.749),
145-
18px 25px 20px hsla(0, 0%, 21%, 0.749)
126+
to top left,
127+
hsla(197, 79%, 74%, 10%),
128+
hsla(197, 81%, 39%, 10%)
129+
),
130+
linear-gradient(to top, hsla(197, 79%, 74%, 100%), hsla(197, 81%, 39%, 70%)),
131+
url('../public/bubbles.svg'),
132+
linear-gradient(to top, hsla(197, 79%, 74%, 90%), hsla(197, 81%, 39%, 100%));
133+
box-shadow: inset 0 10px 4px hsla(197, 81%, 44%, 30%),
134+
17px 17px 4px hsla(0, 0%, 18%, 0.749),
135+
18px 25px 20px hsla(0, 0%, 21%, 0.749);
146136
}

styles/Invite.module.css

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,16 @@
1818
hsla(197, 79%, 74%, 10%),
1919
hsla(197, 81%, 39%, 10%)
2020
),
21-
linear-gradient(
22-
to top,
23-
rgb(33, 46, 51),
24-
hsla(204, 11%, 9%, 0.7)
25-
),
21+
linear-gradient(to top, rgb(33, 46, 51), hsla(204, 11%, 9%, 0.7)),
2622
url('../public/banner.png'),
27-
linear-gradient(
28-
to top,
29-
hsla(197, 21%, 32%, 0.9),
30-
rgb(72, 98, 109)
31-
);
23+
linear-gradient(to top, hsla(197, 21%, 32%, 0.9), rgb(72, 98, 109));
3224
box-shadow: inset 0 2px 4px hsla(0, 0%, 18%, 0.749),
33-
5px 5px 4px hsla(0, 0%, 18%, 0.749),
34-
5px 5px 20px hsla(0, 0%, 21%, 0.749),
25+
5px 5px 4px hsla(0, 0%, 18%, 0.749), 5px 5px 20px hsla(0, 0%, 21%, 0.749),
3526
-5px 1px 4px hsla(0, 0%, 21%, 0.749);
3627

3728
background: rgba(50, 50, 50, 0.8) !important;
3829
}
39-
}
4030

41-
@media only screen and (min-width: 1280px) {
4231
.resetPWMD {
4332
display: grid;
4433
grid-template-columns:
@@ -55,9 +44,9 @@
5544
.mainContainer {
5645
filter: drop-shadow(0 2px 10px rgba(51, 50, 50, 0.904))
5746
drop-shadow(0 10px 8px rgba(75, 73, 73, 0.08));
58-
background-color: #354045;
47+
/* background-color: #354045; */
5948
background-image: url('../public/leftbanner.png');
60-
background-size: contain;
49+
background-size: auto;
6150
background-repeat: no-repeat;
6251
}
6352
}

0 commit comments

Comments
 (0)