fix: center images
Some checks failed
Release / tauri_release (macos-latest) (push) Has been cancelled
Release / tauri_release (ubuntu-20.04) (push) Has been cancelled
Release / tauri_release (windows-latest) (push) Has been cancelled
Release / app (push) Has been cancelled

This commit is contained in:
Kieran 2023-10-18 15:50:29 +01:00
parent 3b3a920124
commit ccd98bef1b
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -35,6 +35,8 @@
max-width: 100%;
display: block;
max-height: 800px;
margin-left: auto;
margin-right: auto;
}
.gallery {