updating the intro
This commit is contained in:
@@ -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>.
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user