diff options
Diffstat (limited to 'header.php')
-rw-r--r-- | header.php | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -273,6 +273,17 @@ :target.modal .card { overflow: auto; } + + .centered { + text-align: center; +justify-content: center; + } + + <?php + if (str_contains($_SERVER['REQUEST_URI'], '/brochure')) { + include('../brochure/styles.css'); + } + ?> </style> <link rel="preconnect" href="https://fonts.gstatic.com" /> <link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Indie+Flower&family=PT+Sans&display=swap" rel="stylesheet" /> @@ -297,6 +308,7 @@ <a href="/about">Team</a> <a href="/policies">Policies</a> <a href="/#pricing">Pricing</a> + <a href="/brochure">Brochure</a> <a href="/#offerings">Offerings</a> <a href="/#"><img alt="logo" src="/assets/logo-simple.png" /></a> </nav> |