iOS logo compatability

This commit is contained in:
2024-03-05 18:51:04 -06:00
parent 8e3046c4fb
commit 6dbb44f5c0
4 changed files with 9 additions and 2 deletions

View File

@@ -942,8 +942,15 @@ a {
min-width: 0;
}
/* fuckin iOS gotta render gaussian blurs differently so better fuckin uhh make rasters for mobile users */
#homeIcon {
content: url("../icons/rasterLogo.png");
}
.name {
font-size: min(6vw, 2em);
background: url("../icons/rasterLogo.png") 0/5rem no-repeat;
background-size: contain;
}
.mobileV {