We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ac9a9 commit 0dff2c9Copy full SHA for 0dff2c9
src/app/reserves/page.module.css
@@ -6,8 +6,8 @@
6
}
7
8
.ReservesPageLink {
9
- margin: 1rem;
10
- max-width: 12rem;
+ max-width: 16rem;
+ padding: 2rem;
11
12
13
.ReservesPageLogo {
@@ -23,34 +23,9 @@
23
transform: scale(1.02);
24
25
26
-@media (max-width: 1199px) {
+@media (max-width: 768px) {
27
28
- margin: 2rem;
29
max-width: 14rem;
30
- }
31
-}
32
-
33
-@media (max-width: 899px) {
34
- .ReservesPageLink {
35
36
37
38
39
-@media (max-width: 639px) {
40
41
- max-width: 10rem;
42
43
44
45
-@media (max-width: 489px) {
46
47
48
- max-width: 40%;
49
50
51
52
-@media (max-width: 359px) {
53
54
- max-width: 60%;
+ padding: 1.5rem;
55
56
0 commit comments