how to avoid fixing your issues

This commit is contained in:
Midou36O 2022-02-08 15:39:36 +01:00
parent 8fb3562361
commit 785cec2b9d
4 changed files with 4 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

View File

Before

Width:  |  Height:  |  Size: 56 MiB

After

Width:  |  Height:  |  Size: 56 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -27,11 +27,11 @@ html {
body {
background-color:rgb(30, 30, 30);
background-image: url("https://www.miicord.com/src/images/BG_FHD_darker.png");
background-color:rgb(0, 0, 0);
background-image: url("./images/BG_FHD_darker.png");
background-repeat:no-repeat;
background-size: cover;
height: 100%;
color: var(--brighter-purple-color);
margin: 0px;
font-family: 'Open Sans', sans-serif;
@ -111,6 +111,7 @@ img {
@media only screen and (max-width: 600px) {
body {
font-size: calc(9px + 1vmin);
background-image: url("./images/BG_FHD_darker_mb.png");
}
.pfp-holder {
margin-top: -50%;