fix the final fuckup, not viewport issue css issue. oopsie
This commit is contained in:
parent
95aa43145a
commit
4e7784c12c
@ -2,7 +2,7 @@
|
||||
<html lang="en-gb">
|
||||
<head>
|
||||
<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">
|
||||
<link rel="stylesheet" href="/assets/css/post.css">
|
||||
<link rel="icon" href="/assets/favicon.ico">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en-gb">
|
||||
<head>
|
||||
<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">
|
||||
<link rel="icon" href="/assets/favicon.ico">
|
||||
<link rel="stylesheet" href="/assets/css/index.css">
|
||||
|
@ -173,6 +173,12 @@ div.friend-container.lain > a > img {
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 900px) {
|
||||
.card {
|
||||
min-width: unset;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 467px) {
|
||||
.friend-container {
|
||||
margin: 20px auto;
|
||||
|
BIN
assets/lain/neet.gif
Normal file
BIN
assets/lain/neet.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
Loading…
x
Reference in New Issue
Block a user