Skip to content

Commit b74ae31

Browse files
committed
Update base font-size and body max-width
1 parent 8ce4ae9 commit b74ae31

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pandas.DataFrame.drop
2+
=====================
3+
4+
.. currentmodule:: pandas
5+
6+
.. automethod:: DataFrame.drop
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pandas.DataFrame.groupby
2+
========================
3+
4+
.. currentmodule:: pandas
5+
6+
.. automethod:: DataFrame.groupby
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pandas.Series.array
2+
===================
3+
4+
.. currentmodule:: pandas
5+
6+
.. autoproperty:: Series.array

pandas_sphinx_theme/static/css/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/theme.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400|Lato:400');
22

33
html {
4-
font-size: 87.5%;
5-
} /*14px*/
4+
font-size: 15px;
5+
}
66

77
body {
88
background-color: white;
@@ -209,7 +209,7 @@ table.field-list {
209209
}
210210

211211
.bd-content {
212-
max-width: 600px;
212+
max-width: 1024px;
213213
}
214214

215215
.bd-search {

0 commit comments

Comments
 (0)