Skip to content

Commit 7445abe

Browse files
committed
loading eager
1 parent 8f38d79 commit 7445abe

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<img
7171
src="/public/img/me.jpg"
7272
class="w-64 rounded-full self-center"
73+
loading="eager"
7374
/>
7475
<div class="flex flex-col items-center m-12 group">
7576
<div class="text-3xl lg:text-7xl flex">

public/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ dialog {
358358
}
359359

360360
/*
361-
Prevent resizing textareas horizontally by default.
361+
Prevent resizing text areas horizontally by default.
362362
*/
363363

364364
textarea {
@@ -845,7 +845,7 @@ video {
845845
.cursor-emoji {
846846
cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>📣</text></svg>")
847847
16 0,
848-
auto; /*!emojicursor.app*/
848+
auto;
849849
}
850850

851851
@media (min-width: 640px) {

0 commit comments

Comments
 (0)