mirror of
https://gitlab.com/moepoi/moepoi.dev.git
synced 2024-11-22 06:56:36 +01:00
Fix loading image size
This commit is contained in:
parent
6693ee873a
commit
a7c056c6bd
1 changed files with 2 additions and 1 deletions
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue