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 styles
author
damedotblog
date
1 year ago
(Mar 17, 2025, 11:33 AM -0400)
commit
9a48a0bd
9a48a0bdd9d9add26c54665907b04fb64c11d215
parent
8d7554df
8d7554df71265ec45c384bff4d6dc68eb4a9bc3e
+22
-20
1 changed file
Expand all
Collapse all
Unified
Split
app
src
app
page.module.css
+22
-20
app/src/app/page.module.css
Reviewed
···
23
23
.tagline {
24
24
font-size: 1.5rem;
25
25
margin-bottom: 0.6rem;
26
26
-
color: var(--primary-color);
27
26
word-wrap: break-word;
28
27
hyphens: auto;
29
29
-
line-height: 1.4;
28
28
+
line-height: 1.5rem;
30
29
text-align: center;
30
30
+
font-weight: 500;
31
31
+
color: var(--primary-color);
31
32
}
32
33
33
34
.description {
34
34
-
font-size: 1.1rem;
35
35
-
color: var(--text-color);
36
36
-
margin: 0 0 0.6rem 0;
37
37
-
line-height: 1.5;
38
38
-
word-wrap: break-word;
39
39
-
text-align: center;
40
40
-
}
41
41
-
42
42
-
.donateText {
43
35
font-size: 1rem;
44
36
color: var(--text-color);
45
37
margin: 0 0 0.6rem 0;
46
46
-
line-height: 1.5;
38
38
+
line-height: 1.4;
47
39
word-wrap: break-word;
48
40
text-align: center;
49
41
}
50
42
51
51
-
.creditLine {
52
52
-
font-size: 0.9rem;
53
53
-
margin-top: 0.2rem;
43
43
+
.donateText, .creditLine {
44
44
+
font-size: 0.85rem;
54
45
color: var(--timestamp-color);
46
46
+
margin: 0 0 0.4rem 0;
47
47
+
line-height: 1.3;
48
48
+
word-wrap: break-word;
55
49
text-align: center;
56
50
}
57
51
···
69
63
@media (max-width: 600px) {
70
64
.tagline {
71
65
font-size: 1.3rem;
66
66
+
line-height: 1.4rem;
72
67
}
73
68
74
69
.description {
75
75
-
font-size: 1rem;
70
70
+
font-size: 0.95rem;
76
71
}
77
72
78
78
-
.donateText {
79
79
-
font-size: 0.9rem;
73
73
+
.donateText, .creditLine {
74
74
+
font-size: 0.8rem;
80
75
}
81
76
}
82
77
83
78
@media (max-width: 400px) {
84
79
.tagline {
85
80
font-size: 1.2rem;
81
81
+
line-height: 1.3rem;
86
82
}
87
83
88
88
-
.description, .donateText {
89
89
-
font-size: 0.85rem;
84
84
+
.description {
85
85
+
font-size: 0.9rem;
86
86
+
}
87
87
+
88
88
+
.donateText, .creditLine {
89
89
+
font-size: 0.75rem;
90
90
}
91
91
}
92
92
+
93
93
+
/* Rest of your existing CSS */
92
94
93
95
.userInfo {
94
96
color: var(--text-color);