-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (65 loc) · 1.2 KB
/
style.css
File metadata and controls
68 lines (65 loc) · 1.2 KB
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
/* --- Custom Styles for Awesome Acoustic Projects (Bootstrap) --- */
body {
background: linear-gradient(135deg, #f5f6fa 0%, #e0e0e0 100%);
min-height: 100vh;
}
.container {
background: none;
}
.brand-logo img {
height: 48px;
margin-right: 10px;
vertical-align: middle;
}
.project-card {
margin-bottom: 0.5rem;
}
.project-card .card-body {
min-height: unset;
padding: 0.75rem 1rem 0.5rem 1rem;
}
.project-card .card-title {
font-size: 1.1rem;
margin-bottom: 0.25rem;
}
.project-card .card-text,
.project-card .mb-1 {
font-size: 0.97rem;
margin-bottom: 0.25rem;
}
.project-card .card-footer {
padding: 0.5rem 1rem;
}
.project-card .card-footer .dates {
display: flex;
gap: 1.25rem;
align-items: center;
font-size: 0.85em;
color: #757575;
}
.project-card .card-footer .dates span {
margin-bottom: 0;
display: inline;
}
.search-bar {
margin: 2rem 0 1rem 0;
}
.project-card .badge {
font-size: 0.75em;
padding: 0.3em 0.6em;
border-radius: 0.5em;
vertical-align: middle;
}
#category-menu .nav-link {
padding: 0.2rem 0.5rem;
font-size: 1rem;
}
#category-list {
max-height: 70vh;
overflow-y: auto;
}
@media (max-width: 600px) {
.brand-logo img {
height: 32px;
}
}