From Laptop Machine Commit

This commit is contained in:
EhChad
2023-11-22 15:30:01 -05:00
parent 06d3938042
commit 146e1ecc47
5 changed files with 49 additions and 8 deletions

View File

@@ -53,10 +53,17 @@
}
.discordint iframe {
position: fixed;
display: flex;
justify-content: center;
bottom: 20px;
right: 20px;
height: 350px;
width: 400px;
height: 50svh;
background-color: black;
border: 1px solid black;
padding: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
z-index: 500;
}
@media only screen and (max-width: 765px) {
@@ -105,8 +112,11 @@
}
.discordint iframe {
margin-left: 10svw;
width: 60svw;
height: 350px;
display: none;
}
}
@media only screen and (max-height: 500px) {
.discordint iframe {
display: none;
}
}