Skip to content

Commit b3ad670

Browse files
committed
Fix: styles cleanup for peer review page
1 parent 21b45e3 commit b3ad670

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

_pages/about-peer-review.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ classes: flowing
124124
{% include div_purple_bottom.html %}
125125
{: .clearall }
126126

127-
<div class="content" markdown="1">
127+
<div class="content noimage" markdown="1">
128128

129-
## Our editorial board
129+
## Meet our editorial board
130130

131131
The pyOpenSci software peer review process is lead by a volunteer team of
132132
editors from the scientific Python community. Editors do the following things:
@@ -137,7 +137,7 @@ editors from the scientific Python community. Editors do the following things:
137137
* They determine whether that package should be accepted into the pyOpenSci ecosystem once the review has wrapped up.
138138

139139
Learn more about the
140-
editor role at pyOpenSci [in our peer review guide, here.](https://www.pyopensci.org/software-peer-review/how-to/editors-guide.html)
140+
editor role at pyOpenSci [in our peer review guide.](https://www.pyopensci.org/software-peer-review/how-to/editors-guide.html)
141141

142142
{% assign editors = site.data.contributors | where: 'editorial_board', true %}
143143
{% assign editors = editors | sort: 'sort' %}
@@ -154,7 +154,7 @@ editor role at pyOpenSci [in our peer review guide, here.](https://www.pyopensci
154154
</div>
155155

156156

157-
<div class="content">
157+
<div class="content noimage">
158158
<div class="feature__wrapper">
159159
<h2> Recently Accepted scientific Python Packages</h2>
160160

_sass/minimal-mistakes/_pyos-flowing-page.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ svg.bottom {
4040
max-width: 1280px;
4141
margin-right: auto;
4242
margin-left: auto;
43+
44+
&.noimage {
45+
max-width: 900px;
46+
}
4347
}

0 commit comments

Comments
 (0)