@@ -18,16 +18,16 @@ interface Props {
1818const AboutSite : Component < Props > = ( props ) => {
1919 return (
2020 < div class = { cn ( _AboutSite , "mb-8 grid gap-4" ) } >
21- < div class = "flex flex-col gap-2 " style = { { "grid-area" : "picture" } } >
22- < div class = "flex h-[192px] w-[192px] items-center justify-center rounded border-4 border-colors-primary-500" >
21+ < div class = "flex flex-col gap-2" style = { { "grid-area" : "picture" } } >
22+ < div class = "flex h-[192px] w-[192px] items-center justify-center overflow-hidden rounded border-4 border-colors-primary-500" >
2323 < ProfilePicture
2424 alt = "Profile picture showing an manga-style face with glasses"
2525 class = "h-full w-full"
2626 />
2727 </ div >
2828 </ div >
2929
30- < div class = "flex flex-col gap-2 " style = { { "grid-area" : "stats" } } >
30+ < div class = "flex flex-col gap-2" style = { { "grid-area" : "stats" } } >
3131 < StatsBar icon = "heart" progress = { 28 } type = "secondary" label = "HP" >
3232 12/85
3333 </ StatsBar >
@@ -39,34 +39,34 @@ const AboutSite: Component<Props> = (props) => {
3939 < div
4040 class = "flex flex-col gap-2 text-center"
4141 style = { { "grid-area" : "name" } } >
42- < div class = "bg-colors-primary-500 pl-8 pr-8 text-h1 text-colors-text-900a" >
42+ < div class = "text-heading1 bg-colors-primary-500 pl-8 pr-8 text-colors-text-900a" >
4343 Matic Utsumi Gačar
4444 </ div >
4545 </ div >
4646
4747 < div
48- class = "flex flex-col gap-2 s:flex-row"
48+ class = "text-heading3 flex gap-2 s:flex-row"
4949 style = { { "grid-area" : "title" } } >
50- < div class = "text-nowrap text-h3 " > Level 21</ div >
51- < div class = "text-nowrap text-h3 xs:text-h3 " >
50+ < div class = "text-nowrap" > Level 21</ div >
51+ < div class = "xs: text-heading3 text-nowrap " >
5252 Enthusiastic Software Engineer
5353 </ div >
5454 </ div >
5555 < LabeledBox label = "general" style = { { "grid-area" : "general" } } >
5656 < ul class = "flex min-h-full flex-col gap-1" >
57- < li class = "flex gap-2 text-nowrap xs:text-h3 s:text-body" >
57+ < li class = "xs:text-heading3 flex gap-2 text-nowrap s:text-body" >
5858 < IconText icon = "github" />
5959 < a href = "https://github.com/shiro" > github.com/shiro</ a >
6060 </ li >
61- < li class = "flex gap-2 text-nowrap xs:text-h3 s:text-body" >
61+ < li class = "xs:text-heading3 flex gap-2 text-nowrap s:text-body" >
6262 < IconText icon = "email" />
6363 < a href = "mailto:matic@usagi.io" > matic@usagi.io</ a >
6464 </ li >
65- < li class = "flex gap-2 text-nowrap xs:text-h3 s:text-body" >
65+ < li class = "xs:text-heading3 flex gap-2 text-nowrap s:text-body" >
6666 < IconText icon = "globe" />
6767 < a href = "https://usagi.io" > usagi.io</ a >
6868 </ li >
69- < li class = "flex gap-2 text-nowrap xs:text-h3 s:text-body" >
69+ < li class = "xs:text-heading3 flex gap-2 text-nowrap s:text-body" >
7070 < IconText icon = "house" />
7171 < span > Tokyo</ span >
7272 </ li >
0 commit comments