generated from nhcarrigan/template
fix: a couple mobile bugs
This commit is contained in:
parent
b5c5f6b204
commit
8feb4700a1
@ -7,7 +7,7 @@ const Certs = (): JSX.Element => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<main className="w-[95%] text-center max-w-4xl m-auto mt-16 mb-16 rounded-lg">
|
<main className="w-[95%] text-center max-w-4xl m-auto mt-16 mb-16 rounded-lg">
|
||||||
<h1 className="text-5xl">Certifications</h1>
|
<h1 className="text-5xl">Certs</h1>
|
||||||
<section>
|
<section>
|
||||||
<p className="mb-2">
|
<p className="mb-2">
|
||||||
This page lists the professional certifications Naomi has obtained
|
This page lists the professional certifications Naomi has obtained
|
||||||
|
@ -15,7 +15,7 @@ export const Social = (props: SocialProps): JSX.Element => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<a
|
<a
|
||||||
className="flex w-2/5 m-auto justify-between items-center border-solid border-2 rounded-3xl h-14 p-8 my-4"
|
className="flex max-w-[300px] w-[95%] m-auto justify-between items-center border-solid border-2 rounded-3xl h-14 p-8 my-4"
|
||||||
style={{
|
style={{
|
||||||
borderColor: color,
|
borderColor: color,
|
||||||
color,
|
color,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user