Skip to content

Commit

Permalink
Center images
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed May 27, 2024
1 parent bf40e9b commit 1d4c8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/posts/c64-puzzle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ My college professor posted this image with the question

> What is the output when enter is pressed?
{{ fig(src="problem.jpg", alt="Commodore 64 screen with a BASIC program") }}
{{ fig(src="problem.jpg", align="center" alt="Commodore 64 screen with a BASIC program") }}

<!-- more -->

Expand Down
2 changes: 1 addition & 1 deletion content/posts/home-assistant-dashboard-tablet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image = "tablet_small.png"

Turning a Intel Atom based Lenovo Tablet 10 (20E4) into a Home Assistant dashboard and voice assistant. Most tutorials for dashboard displays are using Android tablets, but I had this old tablet laying around and figured out how to use it with Home Assistant.

{{ fig(src="tablet_small.png", alt="Lenovo tablet with home assistant dashboard") }}
{{ fig(src="tablet_small.png", align="center" alt="Lenovo tablet with home assistant dashboard") }}

<!-- more -->

Expand Down

0 comments on commit 1d4c8a0

Please sign in to comment.