Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Jun 26, 2024
1 parent ecef926 commit e934a60
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion components/page_nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {} from "#/components/page_button/buttons/chat_button.tsx";
export function PageNav() {
return (
<NAV>
<A class="page-nav-header fart-link-visible-on-hover" href="/">
<A class="fart-header fart-link-visible-on-hover" href="/">
FartLabs
</A>

Expand Down
7 changes: 0 additions & 7 deletions static/background-blob.css

This file was deleted.

14 changes: 8 additions & 6 deletions static/index.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
.page-nav-header {
font-family: "Overpass", sans-serif;
font-size: 1.5rem;
font-weight: 700;
}

.hero {
display: grid;
grid-template-columns: repeat(2, 1fr);
Expand Down Expand Up @@ -34,6 +28,14 @@
}
}

.background-blob {
background-image: url("molecule-blob.svg");
background-size: cover;
background-size: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
}

.projects {
display: grid;
grid-template-columns: 1fr;
Expand Down

0 comments on commit e934a60

Please sign in to comment.