Skip to content

Commit 7f3ec4d

Browse files
committed
update author-card style
1 parent 054b127 commit 7f3ec4d

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

_sass/_search-styles.scss

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,35 @@ span.doi {
109109
.deprecated p {
110110
font-size: $font-size-bigger;
111111
}
112+
113+
.card-bottom {
114+
display: flex;
115+
gap: 20px;
116+
align-items: flex-start;
117+
margin-top: 10px;
118+
119+
.card-bottom-left {
120+
flex: 3;
121+
min-width: 0;
122+
}
123+
124+
.card-bottom-right {
125+
flex: 1;
126+
min-width: 0;
127+
font-size: $font-size-smaller;
128+
129+
p {
130+
padding: 0;
131+
margin: 4px 0;
132+
}
133+
}
134+
}
135+
136+
.read-time p {
137+
padding: 0;
138+
margin: 4px 0;
139+
font-size: $font-size-smaller;
140+
}
112141
}
113142

114143
.cards {

_site/assets/css/search.css

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)