-
Notifications
You must be signed in to change notification settings - Fork 0
/
responsive.css
58 lines (45 loc) · 949 Bytes
/
responsive.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
@import url(style.css);
@import url(main.js);
@media screen and (max-width: 720px) {
/* nav {
padding: 1.5rem 1rem;
}
nav ul {
position: fixed;
background-color: var(--bg-color);
flex-direction: column;
top: 86px;
left: 10%;
width: 80%;
text-align: center;
transform: translateX(120%);
transition: transform 0.25s ease-in;
}
nav ul li {
margin: 8px;
} */
/*
.burger {
display: block;
}
nav ul.show {
transform: translateX(0);
} */
.tap {
margin-top: -4rem;
flex-direction: column;
gap: 0;
}
.tap img {
height: 37.5rem;
width: 30rem;
}
.bio {
margin-top: 7rem;
width: 20.5rem;
}
.icon {
width: 5.75rem;
height: 5.25rem;
}
}