""[Новые правки в компоенты

This commit is contained in:
Web-serfer 2026-04-13 18:25:02 +05:00
parent 2795a4653c
commit af4b34d812
3 changed files with 4 additions and 4 deletions

View file

@ -81,7 +81,7 @@ const { items } = Astro.props;
@media (max-width: 640px) {
.breadcrumbs {
padding: 0.75rem 0 0.5rem;
padding: 0 0 0.5rem;
}
.breadcrumb-link,

View file

@ -381,7 +381,7 @@ const showImage = layout === 'with-image' && sideImage;
.hero-grid {
flex-direction: column;
text-align: center;
padding: 1.5rem 1.5rem 4rem;
padding-top: 0;
}
.hero-content {
@ -436,7 +436,7 @@ const showImage = layout === 'with-image' && sideImage;
@media (max-width: 480px) {
.hero-section {
padding-top: 64px;
padding-top: 32px;
}
.hero-title {