Files
P42_UI/app/views/projects/icmp/project/ProjectFundingTeamView.html
T
2025-08-27 07:03:09 +00:00

17 lines
376 B
HTML

<style>
.contributors .list {
display: flex;
flex-flow: wrap;
grid-gap: 20px;
white-space: nowrap;
}
</style>
<article eiccard class="contributors">
<header>
<h1>Contributors</h1>
<h2>People involved in the project</h2>
</header>
<section>
<ul nonbulleted class="list"></ul>
</section>
</article>