This commit is contained in:
parent
02ed9f71c1
commit
f119e4b4a2
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
// TODO: Generate JXL once it doesn't crash
|
||||||
import hero from "../../assets/MichaelBradley.jpeg?format=avif;webp;jpeg&as=picture";
|
import hero from "../../assets/MichaelBradley.jpeg?format=avif;webp;jpeg&as=picture";
|
||||||
|
|
||||||
const ProfilePicture = () => (
|
const ProfilePicture = () => (
|
||||||
|
|
|
@ -248,6 +248,7 @@ p {
|
||||||
#michael-photo-container {
|
#michael-photo-container {
|
||||||
max-height: 9lh;
|
max-height: 9lh;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
|
align-self: center;
|
||||||
|
|
||||||
:active {
|
:active {
|
||||||
animation: spin 1s linear infinite forwards;
|
animation: spin 1s linear infinite forwards;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue