ваше сообщение коммита

This commit is contained in:
2025-07-09 01:18:58 +03:00
parent c18b674364
commit 81dced1f11
54 changed files with 15732 additions and 214 deletions

View File

@@ -182,11 +182,25 @@ onBeforeUnmount(() => {
}
@media (max-width: 480px) {
.header-text {
display: none; /* Hide text on very small screens */
.title {
font-size: 1em;
text-align: left;
word-break: break-word;
}
.subtitle {
font-size: 0.7em;
text-align: left;
word-break: break-word;
}
.header-content {
justify-content: flex-end; /* Align button to the right */
flex-direction: row;
align-items: center;
}
.header-text {
flex: 1;
min-width: 0;
text-align: left;
width: auto;
}
}