mirror of
https://github.com/Kyren223/website.git
synced 2026-01-04 20:17:44 +00:00
Mostly fixed the home page
This commit is contained in:
@@ -36,7 +36,7 @@ watching Anime or solving Rubik's cubes fast.`.trimStart();
|
||||
<div id="content">
|
||||
<div id="left" class="column">
|
||||
<TerminalBorder header="Profile">
|
||||
<div class="flex items-center space-x-4">
|
||||
<div class="flex items-center space-x-[1vw] h-[10vw]">
|
||||
<img
|
||||
src="favicon.svg"
|
||||
alt="picture"
|
||||
@@ -117,7 +117,7 @@ watching Anime or solving Rubik's cubes fast.`.trimStart();
|
||||
</Link> | Learning Golang & Backend | Available for hire
|
||||
</p>
|
||||
</TerminalBorder>
|
||||
<TerminalBorder header="About Me" margin="2rem 0">
|
||||
<TerminalBorder header="About Me" margin="2em 0">
|
||||
<p>{aboutMe}</p>
|
||||
</TerminalBorder>
|
||||
<BlogItem
|
||||
@@ -199,9 +199,9 @@ watching Anime or solving Rubik's cubes fast.`.trimStart();
|
||||
border: 0;
|
||||
font-size: 1.25vw;
|
||||
cursor: pointer;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: 1.5vw;
|
||||
height: 1.5vw;
|
||||
padding: 0;
|
||||
line-height: 30px;
|
||||
line-height: 2.3vw;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user