Changed style and image

This commit is contained in:
2026-01-01 11:42:27 +01:00
parent aa639634a8
commit a08a11d249
5 changed files with 6 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
<div class="photo">
<img
[ngSrc]="AssetsConstants.ME"
width="320" height="400"
width="421" height="512"
alt="{{ 'ABOUT.ALT.PROFILE' | translate }}"
draggable="false"
oncontextmenu="return false;"

View File

@@ -6,7 +6,7 @@
/* Hero block: Photo + Intro */
.hero {
display: grid;
grid-template-columns: 240px 1fr;
grid-template-columns: 425px 1fr;
gap: 1.25rem;
border-radius: 16px;
background: var(--app-card-background);
@@ -16,7 +16,7 @@
img {
display:block;
width: 100%; height: auto;
max-width: 220px;
max-width: 425px;
border-radius: 12px;
box-shadow: 0 6px 24px rgba(0,0,0,.25);
object-fit: cover;