-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathresp.css
74 lines (71 loc) · 1.24 KB
/
resp.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
@media (max-width:988px) {
.contact-links {
flex-direction: column;
}
.contact-text {
font-size: 3rem;
}
#contact {
padding: 50px;
}
}
@media (max-width:520px) {
#navbar {
justify-content: center;
margin-right: 0;
}
#project-tile {
grid-template-columns: 1fr;
}
.wel-header {
font-size: 3rem;
}
.wel-subtitle {
font-size: 1rem;
}
}
@media (max-width:395px) {
.wel-header {
font-size: 2rem;
}
#projects {
padding: 0;
/* padding: 0 5px; */
}
.nav-list li {
margin: 11px;
}
.grid-item {
margin: 10px;
}
.project-tile {
grid-gap: 1rem;
}
.text-center {
font-size: 2rem;
padding: 70px 30px 0 30px;
border-bottom: 2px solid var(--white);
}
.figcaption {
font-size: 19px;
}
.btn{
margin-bottom: 0px;
/* display: block; */
}
.btn-div{
/* width: 100%; */
height: 100%;
margin: 50px;
}
body{
background: var(--blue);
}
footer{
flex-direction: column;
padding: 1rem;
}
footer p{
margin: 20px;
}
}