(frontend) reduce no access image size from 450 to 300

image now matches mockups (300x300px)

Signed-off-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
Cyril
2025-10-08 09:11:16 +02:00
parent 51c5c4ee63
commit 529e7f1737
4 changed files with 7 additions and 0 deletions

View File

@@ -59,6 +59,8 @@ export const DocPage403 = ({ id }: DocProps) => {
className="c__image-system-filter"
src={img403}
alt={t('Image 403')}
width={300}
height={300}
style={{
maxWidth: '100%',
height: 'auto',

View File

@@ -46,6 +46,8 @@ const Page: NextPageWithLayout = () => {
className="c__image-system-filter"
src={img401}
alt=""
width={300}
height={300}
style={{
maxWidth: '100%',
height: 'auto',

View File

@@ -42,6 +42,8 @@ const Page: NextPageWithLayout = () => {
className="c__image-system-filter"
src={img403}
alt=""
width={300}
height={300}
style={{
maxWidth: '100%',
height: 'auto',