Skip to content

Commit e966100

Browse files
committed
fixed weird sizing in whoarewe page
couldnt test it on mobile
1 parent ab2c6d5 commit e966100

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/theme/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
transition: transform 0.5s ease;
187187
}
188188

189-
.avatar-img {
189+
.avatar-img-hitbox .avatar-img {
190190
width: 37.5px;
191191
height: 37.5px;
192192
border-radius: 50%;

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hero:
1515
link: getting-started/setting-up
1616
- theme: alt
1717
text: Discord
18-
link: https://discord.gg/pWqvfYYDJ4
18+
link: https://discord.gg/3aUaGPYqsr
1919
image:
2020
src: https://raw.githubusercontent.com/BEComTweaks/becomtweaks.github.io/refs/heads/main/icon.png
2121
alt: BEComTweaks Logo

0 commit comments

Comments
 (0)