style: Add gap for all screensizes in cv

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
SindreKjelsrud 2025-10-19 13:52:20 +02:00
parent 6157e6d463
commit a738862f6a
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -50,7 +50,7 @@ import resume from "../data/resume.json";
{ {
resume.education.map((education) => ( resume.education.map((education) => (
<div class="flex md:gap-2 flex-wrap items-center justify-between"> <div class="flex md:gap-2 flex-wrap items-center justify-between">
<div class="flex md:gap-2 flex-wrap items-center"> <div class="flex gap-2 flex-wrap items-center">
<h4>{education.area}</h4> <h4>{education.area}</h4>
<p class="font-bold"> <p class="font-bold">
<a href={education.url}>{education.institution}</a> <a href={education.url}>{education.institution}</a>