mirror of
https://github.com/Kyren223/website.git
synced 2025-09-05 22:18:12 +00:00
Fixed borders in skills on mobile
This commit is contained in:
@@ -25,7 +25,7 @@ const frameworks = ["Spigot API", "Bubbletea", "Astro"];
|
||||
|
||||
<Terminal path="skills.md">
|
||||
<div class="sm:flex overflow-y-auto h-[80svh]">
|
||||
<div class="sm:w-[60%] flex-column items-center">
|
||||
<div class="sm:w-[60%] mt-[1vw] mx-[1vw] flex-column items-center">
|
||||
<TerminalBorder header="Languages">
|
||||
<div class="grid grid-cols-3 items-center gap-x-[5vw] sm:gap-x-[0.625vw]">
|
||||
{langs.map((lang) => <p>{lang}</p>)}
|
||||
|
Reference in New Issue
Block a user