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