Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/src/.vitepress/theme/style.css

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question here - logo changes intended here?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, not directly related to the deployment link updates. I included everything in 1 PR since they are all small changes. But I'll make multiple smaller PR's in the future.

Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
border-radius: 12px;
padding: 24px;
height: 100%;
position: relative;
padding-bottom: 60px;
}

.VPFeature a.feature-link {
Expand Down Expand Up @@ -139,3 +141,13 @@
border-color: var(--vp-c-brand);
color: white;
}

/* Feature logo styling */
.feature-logo {
max-width: 48px;
max-height: 48px;
object-fit: contain;
position: absolute;
bottom: 12px;
right: 12px;
}
1 change: 0 additions & 1 deletion docs/src/assets/hamburger.svg

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these removals intended in this PR? seems like a separate thing (which is fine - just want to confirm).

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha, I just noticed that they were there. It is a separate thing. I can try to separate out the PRs more cleanly in the future 😂 Can also leave the hamburger in if preferred. 🍔

This file was deleted.

Binary file removed docs/src/assets/rndimg.jpg
Binary file not shown.
Loading
Loading