alpha
Login
or
Join now
atpota.to
/
flushes.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix
author
dame-is
date
6 months ago
(Dec 5, 2025, 1:36 AM -0500)
commit
442c4be2
442c4be251c792b373db208b2ae8fc702b0b56cb
parent
cb1de59c
cb1de59c001839b78ef95b12614256ef0a45677e
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
app
profile
[handle]
profile.module.css
-2
src/app/profile/[handle]/profile.module.css
Reviewed
···
102
102
.statsHeader {
103
103
font-size: 1.5rem;
104
104
font-weight: 500;
105
105
-
margin: 0 0 1.5rem 0;
106
105
color: var(--title-color);
107
106
}
108
107
···
545
544
.wrappedHeader {
546
545
font-size: 1.5rem;
547
546
font-weight: 500;
548
548
-
margin: 0 0 1.5rem 0;
549
547
color: var(--title-color);
550
548
text-align: left;
551
549
}