Skip to content

Commit e5b4e76

Browse files
style: pre-commit fixes
1 parent dadd0db commit e5b4e76

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/_static/fullwidth.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33

44
.bd-container,
55
.bd-container__inner {
6-
max-width: 100% !important;
6+
max-width: 100% !important;
77
}
88

99
.bd-main,
1010
.bd-content {
11-
max-width: 100% !important;
11+
max-width: 100% !important;
1212
}
1313

1414
.bd-article-container,
1515
.bd-article {
16-
max-width: 100em !important;
16+
max-width: 100em !important;
1717
}
1818

1919
/* Ensure notebook cells use full width */
2020
.cell,
2121
.cell_input,
2222
.cell_output {
23-
max-width: 100% !important;
24-
}
23+
max-width: 100% !important;
24+
}

docs/examples/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Examples
22

3-
This section contains examples demonstrating the use of Magpylib-Material-Response.
3+
This section contains examples demonstrating the use of
4+
Magpylib-Material-Response.
45

56
```{toctree}
67
:maxdepth: 1

0 commit comments

Comments
 (0)