mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
Fix cards
This commit is contained in:
parent
33da8750e5
commit
c2163097bb
|
|
@ -251,13 +251,19 @@ section.team {
|
|||
}
|
||||
|
||||
.team-cards {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, 1fr);
|
||||
grid-gap: 20px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 80px;
|
||||
margin: -10px;
|
||||
}
|
||||
.team-cards .card {
|
||||
margin: 10px;
|
||||
}
|
||||
.card {
|
||||
width: calc(100% - 54px);
|
||||
min-width: 300px;
|
||||
max-width: 460px;
|
||||
padding: 18px 27px;
|
||||
display: grid;
|
||||
grid-template-columns: 110px 1fr;
|
||||
|
|
|
|||
|
|
@ -96,9 +96,11 @@
|
|||
</section>
|
||||
|
||||
<section class="faq">
|
||||
<div class="sect-top sect">
|
||||
<h2 class="dot title">{{ locale.faq.title }}</h2>
|
||||
</div>
|
||||
<div class="sect-top sect column-2">
|
||||
<div class="left-meta">
|
||||
<h2 class="dot title">{{ locale.faq.title }}</h2>
|
||||
<p class="text">{{ locale.faq.text }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user