fixed chat width and margin for write in home page, media for a laptop

This commit is contained in:
Kostya
2023-12-02 21:18:28 +03:00
parent 39a1ced127
commit 5b555d52a0
2 changed files with 2 additions and 2 deletions

View File

@@ -289,7 +289,7 @@
}
.write {
position: static;
margin: 62% 87% 6% 3%;
margin: 52% 87% 6% 2%;
}
.write__content input {
padding: 0.625em 1% 14px 0.75em;

View File

@@ -91,7 +91,7 @@ body, html {
background: #16171B;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
border-radius: 20px;
height: 90%;
height: 100%;
position: relative;
z-index: 3;
}