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 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 150%;
|
||||
height: 150%;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -18,8 +18,8 @@
|
|||
background-color: black;
|
||||
}
|
||||
embed {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
width: 150vw;
|
||||
height: 150vh;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue