Skip to content

Commit

Permalink
Merge pull request #11 from wirenboard/bugfix/safari-carousel
Browse files Browse the repository at this point in the history
fix safari carousel
  • Loading branch information
ninedev-i authored Jan 31, 2025
2 parents bc7471e + 3e9aed8 commit 8e3be8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ onMounted(() => {
</li>
<li class="about-item">
<div class="about-item-title">Выступления экспертов</div>
<div class="about-item-description">Вместе с Партнерами расскажем о&nbsp;сочетании проводных и&nbsp;беспроводных технологий, диспетчеризации и мониторинге систем и&nbsp;новинках оборудования на&nbsp;рынке автоматизации.</div>
<div class="about-item-description">Вместе с партнерами расскажем о&nbsp;сочетании проводных и&nbsp;беспроводных технологий, диспетчеризации и мониторинге систем и&nbsp;новинках оборудования на&nbsp;рынке автоматизации.</div>
</li>
<li class="about-item">
<div class="about-item-title">Экскурсия на производство</div>
Expand Down
3 changes: 1 addition & 2 deletions src/howitwas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ onMounted(() => {
<style>
.howitwas-carousel {
height: 600px;
outline: none;
@media (max-width: 800px) {
height: 400px;
Expand All @@ -62,12 +63,10 @@ onMounted(() => {
}
.howitwas-carouselSlide {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 25px;
@media (max-width: 500px) {
max-width: 100%;
height: 250px;
Expand Down

0 comments on commit 8e3be8f

Please sign in to comment.