Skip to content

Commit 87b21b3

Browse files
committed
d
1 parent 5f85908 commit 87b21b3

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

src/components/common/navbar.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ export const Nav = () => {
7575
<img
7676
src="https://cdn-icons-png.flaticon.com/512/5024/5024509.png"
7777
alt="icon"
78-
width="40vh"
79-
height="40vh"
78+
width="30vh"
79+
height="30vh"
8080
/>
8181
</a>
8282
</div>

src/css/QUERIES.scss

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,40 @@
11
/* PHONE */
22
@media all and (max-device-width:320px) {
33
#name{
4-
font-size: 1.6em;
4+
font-size: 1.7em;
55
}
6-
.slider_container{
6+
.sc p{
77

88

99

1010

1111
}
1212

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+
1321
}
1422

1523
@media not all and (max-device-width:320px){
1624
#name{
17-
font-size: 2.5em;
25+
font-size: 2.4em;
1826
}
27+
.sc p{
1928

29+
30+
31+
32+
}
2033
.sc img {
2134
height: calc(60vh - 100px);
2235
margin :0 auto;
2336
left: auto;
2437

2538
/* it centers any block level element */
26-
}}
39+
}
40+
}

0 commit comments

Comments
 (0)