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 padding
author
damedotblog
date
1 year ago
(Mar 15, 2025, 12:37 PM -0400)
commit
46d1b87d
46d1b87d0c91e589612500721292ff9b7ed58e0c
parent
f279493e
f279493e04c9986f20f2edc6d878e37e186ed67d
+3
-2
2 changed files
Expand all
Collapse all
Unified
Split
app
src
app
globals.css
profile
[handle]
profile.module.css
+3
app/src/app/globals.css
Reviewed
···
159
159
min-height: calc(100vh - 60px);
160
160
width: 100%;
161
161
padding-bottom: 2rem;
162
162
+
max-width: 800px;
163
163
+
margin: 0 auto;
164
164
+
padding: 2rem 1rem;
162
165
}
163
166
164
167
a {
-2
app/src/app/profile/[handle]/profile.module.css
Reviewed
···
1
1
.container {
2
2
max-width: 800px;
3
3
-
margin: 0 auto;
4
4
-
padding: 2rem 1rem;
5
3
}
6
4
7
5
.header {