Commit 87b21b3 1 parent 5f85908 commit 87b21b3 Copy full SHA for 87b21b3
File tree 2 files changed +20
-6
lines changed
2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ export const Nav = () => {
75
75
< img
76
76
src = "https://cdn-icons-png.flaticon.com/512/5024/5024509.png"
77
77
alt = "icon"
78
- width = "40vh "
79
- height = "40vh "
78
+ width = "30vh "
79
+ height = "30vh "
80
80
/>
81
81
</ a >
82
82
</ div >
Original file line number Diff line number Diff line change 1
1
/* PHONE */
2
2
@media all and (max-device-width :320px ) {
3
3
#name {
4
- font-size : 1.6 em ;
4
+ font-size : 1.7 em ;
5
5
}
6
- .slider_container {
6
+ .sc p {
7
7
8
8
9
9
10
10
11
11
}
12
12
13
+ .sc img {
14
+ height : calc (52vh - 100px );
15
+ margin :0 auto ;
16
+ left : auto ;
17
+
18
+ /* it centers any block level element */
19
+ }
20
+
13
21
}
14
22
15
23
@media not all and (max-device-width :320px ){
16
24
#name {
17
- font-size : 2.5 em ;
25
+ font-size : 2.4 em ;
18
26
}
27
+ .sc p {
19
28
29
+
30
+
31
+
32
+ }
20
33
.sc img {
21
34
height : calc (60vh - 100px );
22
35
margin :0 auto ;
23
36
left : auto ;
24
37
25
38
/* it centers any block level element */
26
- }}
39
+ }
40
+ }
You can’t perform that action at this time.
0 commit comments