Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 3 additions & 21 deletions src/css/research.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ body.research .widget.banner .sectionbody {
border-radius: 1rem;
border: none;
padding: 2rem;
row-gap: 0;
row-gap: 2rem;
column-gap: 0;
background-image: url(../img/start-ux.svg);
}
Expand Down Expand Up @@ -409,6 +409,7 @@ body.research .highlights .sectionbody > div {
justify-content: center;
align-self: center;
padding: 1rem 2rem 1rem;
display: flow;
}

body.research .highlights .sectionbody > div.icon span.image {
Expand Down Expand Up @@ -590,7 +591,6 @@ body.research .cards .sect2 a > div {
padding: 0;
}

body.research .highlights .sectionbody > div,
body.research .sect2 a > div,
body.research .sect2 a > h3 {
display: flow;
Expand Down Expand Up @@ -710,7 +710,7 @@ body.research .bottom-cards .sect2 .icon {
body.research .bottom-cards .sect2 h3 {
padding-bottom: 8px;
order: 0;
font-family: 'Syne Neo';
font-family: var(--header-font-family);
font-size: xx-large;
}

Expand Down Expand Up @@ -777,19 +777,11 @@ body.research .cards .sect2 .ulist ul li {
}
}

body.research .cards .sectionbody > div.sect2 {
flex: 0 1 10%;
}

body.research .widget .sectionbody > div {
flex: 0 1 100%;
justify-content: center;
}

body.research .widget.banner .sectionbody {
row-gap: 2rem;
}

body.research .lists ul {
/* text-align: center; */
}
Expand All @@ -803,11 +795,6 @@ body.research .lists .sectionbody > div.sect2 > * {
/* margin: 0 auto; */
}

body.research .highlights .sectionbody > div {
flex: 0 1 100%;
justify-content: center;
}

body.research .highlights .sectionbody > div.openblock {
order: 2;
flex: 0 1 100%;
Expand All @@ -828,11 +815,6 @@ body.research .highlights .sectionbody > div.icon {
align-items: center;
}

body.research .cards .sectionbody > div.sect2 {
/* min-width: 90%; */
flex: 1 1 100%;
}

body.research .lists .sectionbody > div.sect2 {
flex: 1 1 100%;
padding: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion src/js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ import './25-graphgist'
import './40-challenges'
import './50-cheat-sheet-toggle'
import './60-docs-roles'
import './70-docs-ndl'
import './70-docs-ndl'
Loading