fifth commit

This commit is contained in:
2023-06-15 06:59:54 -04:00
parent 60ff7f7e84
commit 5972e4e1e6
8 changed files with 42 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
.home {
width: 100%;
width: 100svw;
height: 90vh;
display: flex;
justify-content: center;
@@ -52,14 +52,22 @@
transition: 0.3s ease-in;
}
@media only screen and (max-width: 650px) {
.discordint iframe {
display: flex;
justify-content: center;
width: 400px;
height: 50svh;
}
@media only screen and (max-width: 765px) {
.home {
justify-content: center;
align-items: center;
}
.headerContainer h1,
.headerContainer h1,
.headerContainer p {
}
display: flex;
}
.headerContainer {
margin-left: 0px;
@@ -95,4 +103,10 @@
background-color: rgb(225, 225, 225);
color: #121619;
}
.discordint iframe {
margin-left: 10svw;
width: 60svw;
height: 350px;
}
}