fix: some ui fixes

This commit is contained in:
2025-06-19 14:27:13 +03:00
parent 372b792b79
commit 9a3b0ff419
8 changed files with 22 additions and 19 deletions

View File

@@ -2,7 +2,6 @@ import s from './license.module.scss';
import { Mark } from '@shared/ui';
import { LicenseForm, LicenseSlider } from '@/widgets';
import emptyPaper from '@public/svg/empty-paper.svg';
import mcsLicense from '@public/images/license-mcs.jpg';
import eacLicense from '@public/images/license-dtr-eac.png';
@@ -23,20 +22,24 @@ const slides = [
id: '0',
name: '',
image: eacLicense,
fullSizeImage: './images/license-dtr-eac.png',
},
{
id: '1',
name: '',
image: mcsLicense,
fullSizeImage: './images/license-mcs.jpg',
},
// {
// id: '2',
// name: '',
// image: emptyPaper,
// fullSizeImage: emptyPaper,
// },
// {
// id: '3',
// name: '',
// image: emptyPaper,
// fullSizeImage: emptyPaper,
// },
];

View File

@@ -166,7 +166,6 @@
font-size: rem(24px);
line-height: 120%;
color: $color-white;
//max-width: rem(960px);
@include iftablet {
font-size: rem(28px);

View File

@@ -1,4 +1,5 @@
import s from './offer.module.scss';
import { Mark } from '@shared/ui';
import { OfferForm, OfferRequestForm } from '@/widgets';
import Image from 'next/image';