-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbios.css
More file actions
104 lines (83 loc) · 1.57 KB
/
Copy pathbios.css
File metadata and controls
104 lines (83 loc) · 1.57 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
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
94
95
96
97
98
99
100
101
102
103
104
/* Biographies Section */
/* #biosection {} */
#biosection .biosection {
flex-direction: column;
text-align: center;
max-width: 1500px;
margin: 0 auto;
}
/* #biosection .section-title {
font-size: 3rem;
color: block;
margin-top: 4rem;
margin-bottom: 2rem;
text-transform: uppercase;
} */
/* #biosection .section-title span {
color: var(--carnellian)
} */
/*
#biosection .bios {
flex-wrap: wrap;
color: red;
font: 100 24px/100px sans-serif;
height: 150px;
width: 897px;
text-align: center;
}
#biosection .bios div {
height: 50%;
width: 300px;
} */
#biosection .single_bio {
flex-wrap: wrap;
}
#biosection .bios {
/* font: 100 24px/100px sans-serif; */
/* height: 150px; */
width: 100%;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#biosection .bios div {
height: auto;
/* width: 300px; */
width: 300px;
}
#biosection .singlebio {
/* background: orangered; */
margin: 50px;
}
#biosection .headshotdiv {
margin: 0px;
padding: 0px;
min-width: auto;
min-height: 300px;
display: flex;
justify-content: center;
}
#biosection .headshots {
width: 100%;
object-fit: cover;
}
#biosection h3 {
font-size: 1.4rem;
}
#biosection h4 {
font-weight: normal;
font-size: 1.0em;
margin: .5em;
font-style: italic;
}
#biosection p {
text-align: left;
font-size: 0.9em;
margin-top: 0px;
letter-spacing: 0.05rem;
}
#biosection .container {
width: 100%;
}
/* End Biographies Section */