mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 10:41:56 +10:00
Fix word break for contact information in each template
This commit is contained in:
@ -95,7 +95,7 @@ const Gengar = () => {
|
||||
>
|
||||
<div className="grid grid-cols-5">
|
||||
<div
|
||||
className="col-span-2 px-6 py-8"
|
||||
className="col-span-2 px-6 py-8 break-all"
|
||||
style={{ backgroundColor: theme.colors.accent, color: theme.colors.background }}
|
||||
>
|
||||
<div className="flex items-center">
|
||||
|
||||
Reference in New Issue
Block a user