UI fix
This commit is contained in:
parent
fbe8e3640a
commit
80b8825994
@ -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
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 {
|
||||
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;
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user