Skip to content

Commit a310ce6

Browse files
committed
feat: increase padding
1 parent 50f226f commit a310ce6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web"
3-
version = "3.1.4"
3+
version = "3.1.5"
44
edition = "2024"
55

66
[dependencies]

apps/frontend/src/pages/blog/[article].vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
class="inline-flex flex-col divide-y divide-neutral-700 border-x border-neutral-700 md:flex-row md:divide-x md:divide-y-0"
2727
>
2828
<div
29-
class="inline-flex items-center justify-center gap-1 px-5 py-3 max-md:w-[90vw] md:gap-3"
29+
class="inline-flex items-center justify-center gap-1 px-5 py-3 max-md:w-[90vw] md:gap-3 md:px-7"
3030
>
3131
<Icon name="memory:account" :size="36" class="max-md:size-5!" />
3232
<div class="hidden md:block">
@@ -43,7 +43,7 @@
4343
</div>
4444
</div>
4545
<div
46-
class="inline-flex items-center justify-center gap-1.5 px-5 py-3 max-md:w-[90vw] md:gap-3"
46+
class="inline-flex items-center justify-center gap-1.5 px-5 py-3 max-md:w-[90vw] md:gap-3 md:px-7"
4747
>
4848
<Icon name="memory:clock" :size="34" class="max-md:size-5!" />
4949
<div class="hidden md:block">

0 commit comments

Comments
 (0)