New Update

This commit is contained in:
2023-12-04 19:38:55 +01:00
parent b206e79018
commit e42e7dea9f
6 changed files with 13 additions and 4 deletions

View File

@@ -62,7 +62,11 @@ button {
.wrap-post-info {
display: flex;
align-items: center;
column-gap: 40px;
column-gap: 20px;
}
.avatar {
width: 50px;
height: 50px;
}
.wrap-post-info p {
opacity: 0.7;
@@ -87,6 +91,7 @@ button {
@media screen and (max-width: 600px) {
.form-auth-wrap {
width: 100%;