mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 06:44:41 +00:00
16 lines
163 B
SCSS
16 lines
163 B
SCSS
.people {
|
|
margin-top: 30px;
|
|
|
|
.person {
|
|
margin-bottom: 40px;
|
|
|
|
h3 {
|
|
text-transform: none;
|
|
}
|
|
|
|
.bio {
|
|
padding-left: 150px;
|
|
}
|
|
}
|
|
}
|