Fix items position

This commit is contained in:
2025-08-20 21:33:46 +03:00
Unverified
parent a0499386a7
commit 70008a6aa7
+6
View File
@@ -63,11 +63,17 @@
gap: 110px; gap: 110px;
align-items: center; align-items: center;
padding: 16px; padding: 16px;
#productname {
flex-grow: 1;
}
.profile { .profile {
font-size: 24px; font-size: 24px;
display: flex; display: flex;
justify-content: start; justify-content: start;
flex-shrink: 0;
flex-grow: 0;
#closeprofile a { #closeprofile a {
text-decoration: none; text-decoration: none;