изменение стиля, фикс демонстрации иконки

This commit is contained in:
2026-08-12 11:48:35 +03:00
parent ab949ee9c2
commit e07d6f70e3
6 changed files with 21 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

10
www/styles.css Normal file
View File

@@ -0,0 +1,10 @@
.description-header {
/* 1. Add the border around the whole box */
border-bottom: 2px solid #777777;
/* 2. Forces border inside the total width/height (prevents breaking layouts) */
box-sizing: border-box;
/* 3. Ensures the div encloses any internal floated elements */
overflow: auto;
}