File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ [[redirects ]]
2
+ from = " /*"
3
+ to = " /index.html"
4
+ status = 200
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ export const LogoContainer = styled.div`
18
18
/* border: 3px solid red; */
19
19
margin-left: 5rem;
20
20
cursor: pointer;
21
+ @media screen and (max-width: 850px) {
22
+ margin-left: 2rem;
23
+ }
21
24
img {
22
25
filter: grayscale(80%);
23
26
width: 100%;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const PreloaderWrapper = styled(motion.div)`
16
16
flex-direction: column;
17
17
}
18
18
div {
19
- width: 33%;
19
+ width: 33.33 %;
20
20
height: 100%;
21
21
background-color: white;
22
22
/* border: 1px solid black; */
@@ -25,13 +25,13 @@ const PreloaderWrapper = styled(motion.div)`
25
25
align-items: center;
26
26
@media screen and (max-width: 749px) {
27
27
width: 100%;
28
- height: 33%;
28
+ height: 33.33 %;
29
29
}
30
30
&:last-child {
31
- width: 34%;
31
+ width: 33. 34%;
32
32
@media screen and (max-width: 749px) {
33
33
width: 100%;
34
- height: 34%;
34
+ height: 33. 34%;
35
35
}
36
36
}
37
37
&:nth-child(2) {
You can’t perform that action at this time.
0 commit comments