diff --git a/README.md b/README.md
index ffea2fd..ec95714 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ A simple blog theme powered by [Zola](https://getzola.org). See a live preview [
- [x] Tags.
- [x] Social Links.
- [X] Syntax highlighting.
-- [X] Invertable and dimmable images shortcodes.
+- [X] Invertible and dimmable images shortcodes.
See the project's roadmap [here](https://github.com/users/welpo/projects/1).
diff --git a/content/markdown.md b/content/markdown.md
index a90e013..b05e86f 100644
--- a/content/markdown.md
+++ b/content/markdown.md
@@ -7,16 +7,16 @@ tags = ["markdown", "test"]
## Image shortcodes
-### Invertable image
+### Invertible image
You can use this shortcode for graphs, line drawings, diagrams…
-{{ invertable_image(src="$BASE_URL/img/graph.webp", alt="Invertable graph") }}
+{{ invertible_image(src="$BASE_URL/img/graph.webp", alt="Invertible graph") }}
Usage:
```
-{{/* invertable_image(src="img/graph.webp", alt="Invertable graph") */}}
+{{/* invertible_image(src="img/graph.webp", alt="Invertible graph") */}}
```
### Dimmable image
diff --git a/sass/main.scss b/sass/main.scss
index 680b3f5..6bd27d6 100644
--- a/sass/main.scss
+++ b/sass/main.scss
@@ -78,7 +78,7 @@
--accent-color: #91e0ee;
--table-header-color: #b7e4e4;
- .invertable-image {
+ .invertible-image {
filter: invert(.88);
}
@@ -95,6 +95,8 @@ html {
body {
margin: 0;
padding: 0;
+align-items:center;
+justify-content:center;
}
.content {
max-width: var(--max-layout-width);
diff --git a/templates/shortcodes/invertable_image.html b/templates/shortcodes/invertible_image.html
similarity index 60%
rename from templates/shortcodes/invertable_image.html
rename to templates/shortcodes/invertible_image.html
index ec989ef..b204fde 100644
--- a/templates/shortcodes/invertable_image.html
+++ b/templates/shortcodes/invertible_image.html
@@ -1 +1 @@
-
+