Fix loading image size

This commit is contained in:
Moe Poi ~ 2022-06-06 13:27:19 +07:00
parent 6693ee873a
commit a7c056c6bd

View file

@ -14,6 +14,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible"> <meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Moepoi's Personal Site"> <meta name="description" content="Moepoi's Personal Site">
<meta name="keywords" content="Moepoi, Personal Page, Portfolio, Resume, Skills, Projects"> <meta name="keywords" content="Moepoi, Personal Page, Portfolio, Resume, Skills, Projects">
@ -53,7 +54,7 @@
margin: 0; padding: 0; margin: 0; padding: 0;
position: fixed; position: fixed;
} }
@media only screen and (min-device-width: 576px) { @media only screen and (min-device-width: 144px) {
.loading { .loading {
width: 100%; width: 100%;
} }