mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-16 21:23:00 +05:30
put socials at the bottom
This commit is contained in:
parent
e0aa44eb53
commit
96dfb09abe
@ -14,15 +14,18 @@
|
||||
|
||||
<div class="members">
|
||||
<h1>Members</h1>
|
||||
<h2>Our excellent members!</h2>
|
||||
<p>Our excellent members!</p>
|
||||
<div class="member-outer">
|
||||
{#each members as { name, discord, matrix, position, description, github, website }}
|
||||
<div class="member-inner">
|
||||
<span>{name} - {position}</span>
|
||||
|
||||
{#if description}
|
||||
<p class="description">{description}</p>
|
||||
{/if}
|
||||
<div class="main">
|
||||
<span>{name} - {position}</span>
|
||||
|
||||
{#if description}
|
||||
<p class="description">{description}</p>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<div class="socials">
|
||||
{#if matrix}
|
||||
@ -63,6 +66,12 @@
|
||||
border-radius: 10px;
|
||||
padding: 1rem;
|
||||
width: 30em;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.main {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
span {
|
||||
|
Loading…
Reference in New Issue
Block a user