-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
94 lines (67 loc) · 1.31 KB
/
style.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
.modal-content{
top:1px;
}
.close{
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
border-bottom-left-radius:20px !important;
border-bottom-right-radius: 20px !important;
}
.btnInProject {
font-size: 14px !important;
}
.year {
font-size: small !important;
text-align: right;
}
.uniName {
margin-bottom: 0px !important;
}
@media (max-width: 992px) {
.uniName {
font-size: small !important;
}
.year {
font-size: x-small !important;
}
.projectName {
font-size: 15px !important;
}
.projectDes {
font-size: 14px !important;
}
.btn {
font-size: 11px !important;
}
.job-title {
font-size: smaller !important;
}
.job-desc {
font-size: 12px !important;
}
.additional {
font-size: 12px !important;
}
.publicationSamples p {
font-size: 12px !important;
}
.cert-title {
font-size: 14px !important;
}
#about p {
font-size: 15px !important;
}
}
@media (max-width: 767px) {
#contact {
text-align: left !important;
}
#about {
margin-top: 20px !important;
}
}
@media (max-width: 576px) {
.contactlogoname {
font-size: 13px !important;
}
}