UI fix
This commit is contained in:
parent
fbe8e3640a
commit
80b8825994
@ -633,10 +633,7 @@ section:nth-of-type(2) {
|
|||||||
|
|
||||||
#project_team__components {
|
#project_team__components {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-direction: column;
|
||||||
}
|
|
||||||
#project_team__components > * {
|
|
||||||
align-content: flex-start;
|
|
||||||
}
|
}
|
||||||
#project_team__components .milestone {
|
#project_team__components .milestone {
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -646,6 +643,7 @@ section:nth-of-type(2) {
|
|||||||
grid-template-areas: "label title" "label description";
|
grid-template-areas: "label title" "label description";
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
#project_team__components .milestone:not(:last-child) {
|
#project_team__components .milestone:not(:last-child) {
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -600,10 +600,7 @@ section {
|
|||||||
}
|
}
|
||||||
#project_team__components {
|
#project_team__components {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-direction: column;
|
||||||
& > * {
|
|
||||||
align-content: flex-start;
|
|
||||||
}
|
|
||||||
.milestone {
|
.milestone {
|
||||||
display: grid;
|
display: grid;
|
||||||
max-width: 42rem;
|
max-width: 42rem;
|
||||||
@ -612,6 +609,7 @@ section {
|
|||||||
grid-template-areas: "label title" "label description";
|
grid-template-areas: "label title" "label description";
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
justify-content: flex-start;
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -594,7 +594,7 @@
|
|||||||
<strong>National Digital Assets Regulations</strong> if applicable.
|
<strong>National Digital Assets Regulations</strong> if applicable.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
</u>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h2 class="reveal"><span>Team</span></h4>
|
<h2 class="reveal"><span>Team</span></h4>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user