Docker compose update, fixed a few navbar related size issues
This commit is contained in:
@@ -12,6 +12,7 @@ const Navbar = () => {
|
||||
|
||||
useEffect(() => {
|
||||
const handleScroll = () => {
|
||||
// Find pixels from top to bottom of "tag line" div
|
||||
if (window.scrollY > 355) {
|
||||
setIsScrolled(true);
|
||||
} else {
|
||||
@@ -79,7 +80,7 @@ const Navbar = () => {
|
||||
</li>
|
||||
</ul>
|
||||
<div className="flex space-x-2 font-semibold">
|
||||
<Button className="bg-britton-neutral py-1 px-4 rounded border-1 border-britton-dark">
|
||||
<Button className="bg-britton-neutral hover:bg-britton-accent2 py-1 px-4 rounded border-1 border-britton-dark">
|
||||
Sign In
|
||||
</Button>
|
||||
<Button className="bg-britton-dark hover:bg-britton-medium text-britton-light py-1 px-4 rounded">
|
||||
|
||||
Reference in New Issue
Block a user