updating the intro

This commit is contained in:
2024-04-10 23:08:55 +01:00
parent a59843534b
commit 7f9fec9cbe
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 552 KiB

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

@@ -43,8 +43,7 @@ const Intro = () => {
</span> </span>
<br/> <br/>
I am I am
<b> Patryk Kuchta</b> <b> Patryk Kuchta, </b>
<br/>
an aspiring an aspiring
<br/> <br/>
<b>Artificial Intelligence Scientist</b>. <b>Artificial Intelligence Scientist</b>.

View File

@@ -59,16 +59,17 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-around; justify-content: space-between;
flex-wrap: wrap; flex-wrap: wrap;
padding: 0 15px;
font-weight: 350; font-weight: 350;
font-size: 0.7em; font-size: 0.7em;
.text { .text {
flex-grow: 1;
text-align: center;
line-height: 1.5; line-height: 1.5;
font-size: 2em; font-size: 2em;
} }