More steps to match the mock-up #26

Merged
btlogy merged 3 commits from 12.more-steps-to-mockup into main 2025-05-07 09:02:16 +00:00
2 changed files with 10 additions and 8 deletions
Showing only changes of commit e66a0ba0e4 - Show all commits

View File

@ -85,11 +85,6 @@
border-radius: 20px; border-radius: 20px;
} }
.feature__item .btn {
background-color: #0075a2;
color: #fff;
}
.feature__item .btn:hover { .feature__item .btn:hover {
background-color: #777; background-color: #777;
color: #fff; color: #fff;
@ -147,8 +142,13 @@
background-color: #fff; background-color: #fff;
} }
#about .feature__item .archive__item-title { #about .feature__wrapper .btn {
padding-top: 0.5em; background-color: #0075a2;
color: #fff;
}
#about .archive__item-title {
margin-top: 0.5em;
} }
.feature__item--center { .feature__item--center {

View File

@ -74,6 +74,8 @@ about:
and maintained by a group of hardy volunteers. and maintained by a group of hardy volunteers.
We are grateful for their energy, expertise, and support. We are grateful for their energy, expertise, and support.
Check out some of the main contributors to this project! Check out some of the main contributors to this project!
url: "https://tahoe-lafs.org/trac/tahoe-lafs/wiki/AboutUs"
btn_label: "Our Contributors"
--- ---
<div id="documentation"> <div id="documentation">
{% include feature_row id="documentation" type="center" %} {% include feature_row id="documentation" type="center" %}
@ -103,7 +105,7 @@ about:
{% endfor %} {% endfor %}
</div> </div>
</div> </div>
<br/><br/> <br/><br/><br/>
<div id="about"> <div id="about">
{% include feature_row id="about" type="left" %} {% include feature_row id="about" type="left" %}
</div> </div>