This commit is contained in:
2024-09-30 10:36:52 -04:00
parent 79cf4574f3
commit 7a76949ec3
5 changed files with 132 additions and 29 deletions

View File

@@ -59,21 +59,6 @@
transition: 0.3s ease-in;
}
.discordint iframe {
position: fixed;
display: flex;
bottom: 20px;
right: 20px;
height: 350px;
width: 400px;
background-color: black;
border: 1px solid black;
padding: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
border-radius: 10%;
z-index: 1001;
}
@media only screen and (max-width: 765px) {
.home {
justify-content: center;
@@ -118,10 +103,6 @@
background-color: #1500ff;
color: rgb(255, 255, 255);
}
.discordint iframe {
display: none;
}
}
@media only screen and (max-width: 500px) {
@@ -134,9 +115,7 @@
}
@media only screen and (max-width: 1030px) {
.discordint iframe {
display: none;
}
}
@media only screen and (max-width: 920px),(max-height: 630px) {
@@ -183,10 +162,6 @@
background-color: #1500ff;
color: rgb(255, 255, 255);
}
.discordint iframe {
display: none;
}
}