|
|
@ -228,7 +228,7 @@ main {
|
|
|
|
a:hover { text-decoration: underline }
|
|
|
|
a:hover { text-decoration: underline }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mail, .tel, .cal {
|
|
|
|
.mail, .tel, .cal, .homepage {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
|
@ -241,6 +241,7 @@ main {
|
|
|
|
.mail::before { content: "\e90e" }
|
|
|
|
.mail::before { content: "\e90e" }
|
|
|
|
.tel::before { content: "\e913" }
|
|
|
|
.tel::before { content: "\e913" }
|
|
|
|
.cal::before { content: "\e905" }
|
|
|
|
.cal::before { content: "\e905" }
|
|
|
|
|
|
|
|
.homepage::before { content: "\e907" }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.people-profile .info {
|
|
|
|
.people-profile .info {
|
|
|
@ -272,7 +273,6 @@ main {
|
|
|
|
|
|
|
|
|
|
|
|
.people-list {
|
|
|
|
.people-list {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h1 { margin-bottom: 0 }
|
|
|
|
h1 { margin-bottom: 0 }
|
|
|
|
h2 {
|
|
|
|
h2 {
|
|
|
|
margin: 3rem 0;
|
|
|
|
margin: 3rem 0;
|
|
|
|