Skip to content

Commit

Permalink
Fix a regression caused by the plugin affecting images in the front page
Browse files Browse the repository at this point in the history
  • Loading branch information
conradolandia committed Sep 16, 2024
1 parent 2a33ee4 commit f8f6b06
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ a:not(.menu-link):not(.icon-link):not(.button):not(.post-link):not(.card-link):h
}

& figcaption {
@apply text-neutral-600 dark:text-neutral-300 text-[0.95rem] mt-3;
@apply text-neutral-600 dark:text-neutral-300 text-[0.95rem] mt-3 text-center;
}
}
2 changes: 1 addition & 1 deletion src/lib/content/code-analysis.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
![Get in-depth insight on issues and improvements with your code](/assets/media/code_analysis.webp)
![Get in-depth insight on issues and improvements with your code](/assets/media/code_analysis.webp "Get in-depth insight on issues and improvements with your code")
2 changes: 1 addition & 1 deletion src/lib/content/conda.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
![Work with multiple environments at once](/assets/media/conda.webp)
![Work with multiple environments at once](/assets/media/conda.webp "Work with multiple environments at once")
2 changes: 1 addition & 1 deletion src/lib/content/developer-tools.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
![Take advantage of real-time hints and help to improve your code](/assets/media/developer_tools.webp)
![Take advantage of real-time hints and help to improve your code](/assets/media/developer_tools.webp "Take advantage of real-time hints and help to improve your code")
2 changes: 1 addition & 1 deletion src/lib/content/matplotlib.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
![Browse all your plots in a single place](/assets/media/matplotlib.webp)
![Browse all your plots in a single place](/assets/media/matplotlib.webp "Browse all your plots in a single place")
2 changes: 1 addition & 1 deletion src/lib/content/numpy.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
![Explore and edit multi-dimensional arrays](/assets/media/numpy.webp)
![Explore and edit multi-dimensional arrays](/assets/media/numpy.webp "Explore and edit multi-dimensional arrays")
2 changes: 1 addition & 1 deletion src/lib/content/pandas.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
![Interact with the contents of your dataframes](/assets/media/pandas.webp)
![Interact with the contents of your dataframes](/assets/media/pandas.webp "Interact with the contents of your dataframes")
2 changes: 1 addition & 1 deletion src/lib/content/projects.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
![Easily switch between projects and browse their files](/assets/media/projects.webp)
![Easily switch between projects and browse their files](/assets/media/projects.webp "Easily switch between projects and browse their files")
2 changes: 1 addition & 1 deletion src/lib/content/search.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
![Quickly find uses of a variable or word across files](/assets/media/search.webp)
![Quickly find uses of a variable or word across files](/assets/media/search.webp "Quickly find uses of a variable or word across files")
2 changes: 1 addition & 1 deletion src/lib/content/sympy.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
![View rich symbolic expressions rendered with LaTeX](/assets/media/sympy.webp)
![View rich symbolic expressions rendered with LaTeX](/assets/media/sympy.webp "View rich symbolic expressions rendered with LaTeX")

0 comments on commit f8f6b06

Please sign in to comment.