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
tweak styles
author
damedotblog
date
1 year ago
(Mar 15, 2025, 1:04 PM -0400)
commit
a0007c39
a0007c394feee1098b6e6fde814c184c9e81f012
parent
453e7ab7
453e7ab76905cbb8cae3d4e79b1bdb7f4b91fdfe
+5
-4
1 changed file
Expand all
Collapse all
Unified
Split
app
src
components
NavigationBar.module.css
+5
-4
app/src/components/NavigationBar.module.css
Reviewed
···
48
48
font-weight: bold;
49
49
font-size: 1.5rem;
50
50
margin-right: 1.5rem;
51
51
+
width: 150px;
51
52
}
52
53
53
54
.logoText {
54
55
display: inline-block;
55
56
color: var(--primary-color);
56
56
-
font-weight: 800;
57
57
-
letter-spacing: -0.5px;
57
57
+
font-weight: 600;
58
58
}
59
59
60
60
.navLinks {
61
61
display: flex;
62
62
-
gap: 1rem;
63
62
}
64
63
65
64
.navLink {
···
113
112
@media (max-width: 1100px) {
114
113
.navbar {
115
114
flex-wrap: wrap;
116
116
-
padding: 0.5rem 1rem;
115
115
+
padding: 1.0rem 1.5rem 1.7rem;
116
116
+
gap: 0.7rem;
117
117
}
118
118
119
119
.navStart {
···
156
156
.navSearch {
157
157
order: 0;
158
158
flex: 1 1 auto;
159
159
+
margin-right: 1.5rem;
159
160
}
160
161
161
162
.navEnd {