added title to arts for docs

This commit is contained in:
Noah Swerhun 2023-09-09 23:36:32 -05:00
parent 4a3e2ae4d9
commit b983b93b38
2 changed files with 6 additions and 2 deletions

View file

@ -14,7 +14,11 @@ const ArtsForDocs = () => {
> >
<div className="flex flex-col items-center justify-around gap-6 md:flex-row"> <div className="flex flex-col items-center justify-around gap-6 md:flex-row">
<div className="basis-2/5"> <div className="basis-2/5">
<h1>For Doctors</h1> <h1>
Articles
<br />
For Doctors
</h1>
<div className="flex flex-col md:flex-row"> <div className="flex flex-col md:flex-row">
<div> <div>
<h2>Osteopathy</h2> <h2>Osteopathy</h2>

View file

@ -31,7 +31,7 @@ const Navbar = () => {
return ( return (
<nav <nav
className={ className={
"fixed top-0 z-40 w-full bg-primary-500 text-primary-100 transition-all " + "fixed top-0 z-40 w-full overflow-hidden bg-primary-500 text-primary-100 transition-all " +
(useSmallNav (useSmallNav
? "bg-transparent pt-5 duration-100 md:pt-0" ? "bg-transparent pt-5 duration-100 md:pt-0"
: "bg-opacity-75 pt-0 drop-shadow backdrop-blur-sm delay-100 duration-200") : "bg-opacity-75 pt-0 drop-shadow backdrop-blur-sm delay-100 duration-200")