fix the final fuckup, not viewport issue css issue. oopsie

This commit is contained in:
tyler :3 2024-04-07 23:36:46 +01:00
parent 95aa43145a
commit 4e7784c12c
4 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html lang="en-gb"> <html lang="en-gb">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/assets/css/post.css"> <link rel="stylesheet" href="/assets/css/post.css">
<link rel="icon" href="/assets/favicon.ico"> <link rel="icon" href="/assets/favicon.ico">

View File

@ -2,7 +2,7 @@
<html lang="en-gb"> <html lang="en-gb">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="/assets/favicon.ico"> <link rel="icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="/assets/css/index.css"> <link rel="stylesheet" href="/assets/css/index.css">

View File

@ -173,6 +173,12 @@ div.friend-container.lain > a > img {
height: 60px; height: 60px;
} }
@media only screen and (max-width: 900px) {
.card {
min-width: unset;
}
}
@media only screen and (max-width: 467px) { @media only screen and (max-width: 467px) {
.friend-container { .friend-container {
margin: 20px auto; margin: 20px auto;

BIN
assets/lain/neet.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB