Skip to content

Commit

Permalink
cleanup: balance text in features, smoother external link
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed May 9, 2024
1 parent a1ffe9f commit 507732a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pages/.vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
display: grid;
grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));

@media screen and (max-width: 37.5rem){
@media screen and (max-width: 37.5rem) {
grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}

min-width: 100%;
padding: 0;
gap: 10px;
Expand All @@ -39,6 +40,7 @@
list-style: none;
text-align: center;
display: flex;
text-wrap: balance;
flex-direction: column;
align-items: center;
justify-content: center;
Expand Down Expand Up @@ -120,13 +122,13 @@
text-decoration 0.3s ease, color 0.3s ease;

&:hover {
transform: scale(1.05);
transform: scale(1.0125);
text-decoration: none;
background-color: var(--color-background-mute);
}

&:active {
transform: scale(0.9);
transform: scale(0.9825);
text-decoration: none;
}

Expand Down
2 changes: 2 additions & 0 deletions pages/blog/posts/first-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ tags:
> [!INFO] Info
> Comments are via ActivityPub. I took a random post as demo, credits to the post: <https://fosstodon.org/@gregorni/112379470950032296>.
> [!WARNING] Warning
> ActivityPub comments have been disabled for version 1.4.0 as it was causing issues with the build process. It will be re-enabled in a future release.
Ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas distinguique possit, augeri amplificarique non possit. At.

Expand Down

0 comments on commit 507732a

Please sign in to comment.