mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fixed chat width and margin for write in home page, media for a laptop
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user