mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-20 18:23:41 -05:00
Update index.html
This commit is contained in:
parent
718bd6dfcb
commit
3e44fe4d9b
1 changed files with 4 additions and 4 deletions
|
@ -9,8 +9,8 @@
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
width: 150%;
|
||||||
height: 100%;
|
height: 150%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -18,8 +18,8 @@
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
embed {
|
embed {
|
||||||
width: 100vw;
|
width: 150vw;
|
||||||
height: 100vh;
|
height: 150vh;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue