updating the intro
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 552 KiB After Width: | Height: | Size: 3.0 MiB |
@@ -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>.
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user