номер

This commit is contained in:
2026-05-11 01:48:56 +05:00
parent 33a10fbc6e
commit fc63252327
6 changed files with 172 additions and 56 deletions

View File

@@ -532,7 +532,31 @@ h1, h2, h3, h4 {
display: flex;
flex-wrap: wrap;
gap: clamp(6px, 1.5vw, 10px);
margin-bottom: clamp(15px, 3vw, 20px);
margin-bottom: clamp(10px, 2vw, 15px);
}
.room-meta {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: clamp(10px, 2vw, 15px);
font-size: 0.8rem;
color: #888;
}
.room-meta span {
display: flex;
align-items: center;
gap: 5px;
}
.room-meta i {
color: var(--primary);
}
.room-extra {
font-size: 0.75rem;
color: #e67e22;
margin-bottom: 15px;
padding: 6px 10px;
background: #fef3e2;
border-radius: 6px;
}
.room-feature-tag {
display: inline-flex;