✨(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:
@@ -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',
|
||||
|
||||
@@ -46,6 +46,8 @@ const Page: NextPageWithLayout = () => {
|
||||
className="c__image-system-filter"
|
||||
src={img401}
|
||||
alt=""
|
||||
width={300}
|
||||
height={300}
|
||||
style={{
|
||||
maxWidth: '100%',
|
||||
height: 'auto',
|
||||
|
||||
@@ -42,6 +42,8 @@ const Page: NextPageWithLayout = () => {
|
||||
className="c__image-system-filter"
|
||||
src={img403}
|
||||
alt=""
|
||||
width={300}
|
||||
height={300}
|
||||
style={{
|
||||
maxWidth: '100%',
|
||||
height: 'auto',
|
||||
|
||||
Reference in New Issue
Block a user