Skip to content

Commit 95950e5

Browse files
authored
BUG: CSS incorrect width spacing fix (pyOpenSci#89)
1 parent f3469e1 commit 95950e5

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

_pages/python-packages.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: single
2+
layout: splash
33
permalink: /python-packages/
44
title: "pyOpenSci Open Peer Review & Accepted Packages"
55
classes:
@@ -8,12 +8,14 @@ header:
88
overlay_filter: 0.6
99
intro:
1010
- excerpt: "Our open peer review process supports scientists getting credit for the work invested in open Python tools. It also supports standardization of packaging and improved package visibility."
11-
toc: true
11+
toc: false
12+
classes: wide
1213
---
1314

1415
{% include feature_row id="intro" type="center" %}
1516

1617

18+
1719
<div class="feature__wrapper">
1820

1921
<div class="feature__item ">
@@ -60,6 +62,7 @@ toc: true
6062
</div>
6163
</div>
6264

65+
<div class="wide__p_text" markdown="1">
6366
# Why Peer Review for Python Scientific Software?
6467
Peer review of Python scientific software addresses several challenges in the
6568
open source community:
@@ -75,6 +78,7 @@ pyOpenSci packages are community developed, submitted and reviewed. Anyone is
7578
welcome to submit a package to pyOpenSci to be reviewed. Once the package is reviewed,
7679
and accepted, pyOpenSci will promote it as a peer-reviewed tool for science!
7780

81+
7882
<div class="notice" markdown="1">
7983
## What's the difference between pyOpenSci and JOSS?
8084

@@ -106,7 +110,7 @@ JOSS reviews are [more limited in scope](https://joss.readthedocs.io/en/latest/r
106110
are, in places, less stringent than those of pyOpenSci.
107111
</div>
108112

109-
113+
</div>
110114

111115

112116

assets/css/main.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ body {font-size:90%}
3434
display: block;
3535
top: 0px;
3636
position: relative;
37-
max-width: 262px;
37+
max-width: 362px;
3838
background-color: #f2f8f9;
3939
border-radius: 4px;
4040
padding: 32px 24px;
@@ -77,6 +77,7 @@ body {font-size:90%}
7777
font-size: .92em!important;
7878
}
7979

80+
8081
/* Fix buttons and text in notice boxes */
8182
.notice--info .btn.btn--info {
8283
color:#fff;
@@ -96,6 +97,14 @@ body {font-size:90%}
9697
font-size: 1.0em;
9798
}
9899

100+
.wide__p_text{
101+
-webkit-box-flex: 0;
102+
-webkit-flex: 0 0 66.66667%;
103+
-ms-flex: 0 0 66.66667%;
104+
flex: 0 0 66.66667%;
105+
max-width: 66.66667%;
106+
}
107+
99108
/* Adding a 3 col grid */
100109

101110

0 commit comments

Comments
 (0)