mirror of
https://github.com/Kyren223/website.git
synced 2026-04-26 06:13:57 +00:00
Fixed height and navbar issues
This commit is contained in:
@@ -28,7 +28,7 @@ const frameworks = [
|
||||
|
||||
<Terminal path="skills">
|
||||
<div class="flex">
|
||||
<div class="w-[60%] flex-column items-center pt-4">
|
||||
<div class="w-[60%] flex-column items-center ">
|
||||
<TerminalBorder header="Languages">
|
||||
<div class="grid md:grid-cols-3 items-center gap-x-8">
|
||||
{langs.map((lang) => <p>{lang}</p>)}
|
||||
|
||||
Reference in New Issue
Block a user