Skip to content

Commit e63fc27

Browse files
Run lintert (#309)
1 parent 164a940 commit e63fc27

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation](https://theme.scientific-python.org), especially the
1313
When making PRs against this repository, a site preview of the theme
1414
documentation will be rendered. From there, you can browse preview
1515
builds of a few other community websites: `scipy`, `main`
16-
(scientific-python.org), `blog`, and `learn`. E.g., if the preview link is
16+
(scientific-python.org), `blog`, and `learn`. E.g., if the preview link is
1717

1818
https://deploy-preview-301--scientific-python-hugo-theme.netlify.app/
1919

assets/theme-css/posts.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
div.post-list {
2-
clear: left;
2+
clear: left;
33
}
44

55
.post-title a {

assets/theme-css/pst/abstracts/_mixins.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
* A consistent box shadow style we apply across elements.
77
*/
88
@mixin box-shadow() {
9-
box-shadow: 0 0.2rem 0.5rem var(--pst-color-shadow),
9+
box-shadow:
10+
0 0.2rem 0.5rem var(--pst-color-shadow),
1011
0 0 0.0625rem var(--pst-color-shadow) !important;
1112
}
1213

0 commit comments

Comments
 (0)