This commit is contained in:
sairaj mote 2023-06-26 12:43:43 +05:30
parent fbe8e3640a
commit 80b8825994
4 changed files with 6 additions and 10 deletions

View File

@ -633,10 +633,7 @@ section:nth-of-type(2) {
#project_team__components {
display: flex;
flex-wrap: wrap;
}
#project_team__components > * {
align-content: flex-start;
flex-direction: column;
}
#project_team__components .milestone {
display: grid;
@ -646,6 +643,7 @@ section:nth-of-type(2) {
grid-template-areas: "label title" "label description";
align-items: center;
padding-right: 0;
justify-content: flex-start;
}
#project_team__components .milestone:not(:last-child) {
padding-bottom: 3rem;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -600,10 +600,7 @@ section {
}
#project_team__components {
display: flex;
flex-wrap: wrap;
& > * {
align-content: flex-start;
}
flex-direction: column;
.milestone {
display: grid;
max-width: 42rem;
@ -612,6 +609,7 @@ section {
grid-template-areas: "label title" "label description";
align-items: center;
padding-right: 0;
justify-content: flex-start;
&:not(:last-child) {
padding-bottom: 3rem;
}

View File

@ -594,7 +594,7 @@
<strong>National Digital Assets Regulations</strong> if applicable.
</p>
</li>
</u>
</ul>
</section>
<section>
<h2 class="reveal"><span>Team</span></h4>