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

View File

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

View File

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