mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-10-04 19:22:17 +02:00
fix: update Curriculum Vitae
This commit is contained in:
@@ -254,8 +254,8 @@ code .line::before {
|
||||
padding: 10px 0;
|
||||
}
|
||||
.profile-pic img {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 50%;
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
|
@@ -21,9 +21,9 @@ export const CurriculumVitaeProfile: React.FC<
|
||||
<Image
|
||||
className="mx-auto block"
|
||||
alt={t("meta.title")}
|
||||
src="/images/logo_background.webp"
|
||||
width={400}
|
||||
height={400}
|
||||
src="/images/logo.webp"
|
||||
width={450}
|
||||
height={450}
|
||||
/>
|
||||
</div>
|
||||
<div className="name-and-profession text-center">
|
||||
|
Reference in New Issue
Block a user