remove duplicated css from credits page

This commit is contained in:
seotts 2020-10-02 15:15:05 -04:00
parent 204c532c4e
commit 23f6ce281c
2 changed files with 7 additions and 44 deletions
src
components/people-grid
views/credits

View file

@ -26,13 +26,12 @@
background-color: $ui-white;
width: 80px;
height: 80px;
}
}
.avatar-text {
display: inline-block;
width: 144px;
font-size: .875rem;
word-wrap: break-word;
}
.avatar-text {
display: inline-block;
width: 144px;
font-size: .875rem;
word-wrap: break-word;
}
}

View file

@ -6,46 +6,10 @@
}
.credits {
.avatar-grid {
display: flex;
margin: 0 auto;
padding: 64px 0;
max-width: 864px;
list-style: none;
flex-wrap: wrap;
flex-flow: row wrap;
justify-content: center;
}
.content {
padding-top: 40px;
}
.avatar-item {
display: inline-block;
margin: 0;
padding-bottom: 32px;
text-align: center;
line-height: 1.25rem;
img {
$img-border: rgba(0, 0, 0, .05);
border: 2px solid $img-border;
border-radius: 8px;
background-color: $ui-white;
width: 80px;
height: 80px;
}
.avatar-text {
display: inline-block;
width: 144px;
font-size: .875rem;
word-wrap: break-word;
}
}
.acknowledge-content {
margin: 0 176px;
padding: 2.5rem 0 5.75rem 0;