Replace icons with better ones and add the new overlay (#18)
Part of #12 Reviewed-on: https://code.lafs.eval.latfa.net/tahoe-lafs/web-landing-page/pulls/18 Co-authored-by: Benoit Donneaux <benoit@leastauthority.com> Co-committed-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
41d5582e5a
commit
900e9d807a
14 changed files with 216 additions and 7 deletions
|
@ -69,12 +69,20 @@ body {
|
|||
}
|
||||
|
||||
.feature__item .archive__item-teaser img {
|
||||
width: initial;
|
||||
height: 80px;
|
||||
width: auto;
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#contribute .feature__item .archive__item-teaser img {
|
||||
background-color: #fff;
|
||||
padding: 10px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.feature__item .btn {
|
||||
background-color: #0075a2;
|
||||
color: #fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue