Skip to content

Commit 5fa0293

Browse files
authored
Style changes
1 parent d1ce94f commit 5fa0293

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

_members/wes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ links:
1313
github: tiedaar
1414
---
1515

16-
Wes is a PhD Student in LEAR Lab. He works on textless NLP and learning analytics with an emphasiss on peer review and automated essay scoring.
16+
Wes is a PhD Student in LEAR Lab. He works on textless NLP and learning analytics with an emphasis on peer review and automated essay scoring.

_styles/card.scss

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,14 @@
3737
padding: 20px;
3838
}
3939

40-
.card-text > * {
41-
margin: 0 !important;
40+
.card-text {
41+
display: inline-flex;
42+
justify-content: flex-start;
43+
align-items: center;
44+
flex-direction: column;
45+
gap: 20px;
46+
max-width: 100%;
47+
padding: 20px 28px;
4248
}
4349

4450
.card-title {
@@ -50,3 +56,7 @@
5056
margin-top: -10px !important;
5157
font-style: italic;
5258
}
59+
60+
.card-text p {
61+
text-align: left;
62+
}

tools/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Along with colleagues at the University of Oregon (Kris Kyle), Arizona State Uni
5252

5353
{% include list.html component="card" data="tools" filters="group: featured|more" %}
5454

55-
<!-- {% include section.html %} -->
55+
<!-- {% include section.html %}
5656
57-
<!-- ## More
57+
## More
5858
59-
{% include list.html component="card" data="tools" filters="group: more" style="small" %} -->
59+
{% include list.html component="card" data="tools" filters="group: more" style="small" %} -->

0 commit comments

Comments
 (0)