Skip to content

Commit

Permalink
Run lintert (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Oct 24, 2023
1 parent 164a940 commit e63fc27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ documentation](https://theme.scientific-python.org), especially the
When making PRs against this repository, a site preview of the theme
documentation will be rendered. From there, you can browse preview
builds of a few other community websites: `scipy`, `main`
(scientific-python.org), `blog`, and `learn`. E.g., if the preview link is
(scientific-python.org), `blog`, and `learn`. E.g., if the preview link is

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

Expand Down
2 changes: 1 addition & 1 deletion assets/theme-css/posts.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
div.post-list {
clear: left;
clear: left;
}

.post-title a {
Expand Down
3 changes: 2 additions & 1 deletion assets/theme-css/pst/abstracts/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
* A consistent box shadow style we apply across elements.
*/
@mixin box-shadow() {
box-shadow: 0 0.2rem 0.5rem var(--pst-color-shadow),
box-shadow:
0 0.2rem 0.5rem var(--pst-color-shadow),
0 0 0.0625rem var(--pst-color-shadow) !important;
}

Expand Down

0 comments on commit e63fc27

Please sign in to comment.