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
damedotblog
date
1 year ago
(Mar 17, 2025, 11:35 AM -0400)
commit
016bc2d0
016bc2d0bc454eef3aecb3a345a8e426d25bdf3c
parent
9a48a0bd
9a48a0bdd9d9add26c54665907b04fb64c11d215
+1
-2
1 changed file
Expand all
Collapse all
Unified
Split
app
src
app
page.module.css
+1
-2
app/src/app/page.module.css
Reviewed
···
14
14
15
15
.headerContent {
16
16
flex: 1;
17
17
-
max-width: 600px;
17
17
+
max-width: 400px;
18
18
display: flex;
19
19
flex-direction: column;
20
20
align-items: center;
···
28
28
line-height: 1.5rem;
29
29
text-align: center;
30
30
font-weight: 500;
31
31
-
color: var(--primary-color);
32
31
}
33
32
34
33
.description {