style: Add gap for all screensizes in cv
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
6157e6d463
commit
a738862f6a
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ import resume from "../data/resume.json";
|
|||
{
|
||||
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">
|
||||
<div class="flex gap-2 flex-wrap items-center">
|
||||
<h4>{education.area}</h4>
|
||||
<p class="font-bold">
|
||||
<a href={education.url}>{education.institution}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue