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 hs
author
damedotblog
date
1 year ago
(Mar 15, 2025, 2:20 PM -0400)
commit
f4321f83
f4321f83346d698e612f3902211c9d8ab5492fee
parent
c7a0b1aa
c7a0b1aa8bf83e59416cf9a6bec19f8a517442c2
+8
1 changed file
Expand all
Collapse all
Unified
Split
app
src
app
globals.css
+8
app/src/app/globals.css
Reviewed
···
191
191
line-height: 2.5rem;
192
192
}
193
193
194
194
+
h2 {
195
195
+
line-height: 2rem;
196
196
+
}
197
197
+
198
198
+
h3 {
199
199
+
line-height: 2rem;
200
200
+
}
201
201
+
194
202
main {
195
203
min-height: calc(100vh - 60px);
196
204
width: 100%;