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;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
.profile-pic img {
|
.profile-pic img {
|
||||||
width: 80px;
|
width: 100px;
|
||||||
height: 80px;
|
height: 100px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@@ -21,9 +21,9 @@ export const CurriculumVitaeProfile: React.FC<
|
|||||||
<Image
|
<Image
|
||||||
className="mx-auto block"
|
className="mx-auto block"
|
||||||
alt={t("meta.title")}
|
alt={t("meta.title")}
|
||||||
src="/images/logo_background.webp"
|
src="/images/logo.webp"
|
||||||
width={400}
|
width={450}
|
||||||
height={400}
|
height={450}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="name-and-profession text-center">
|
<div className="name-and-profession text-center">
|
||||||
|
Reference in New Issue
Block a user