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 15, 2025, 2:09 PM -0400)
commit
7fcfec5d
7fcfec5d4e83bce46552cfd1caeee42520b1fac2
parent
a58876c0
a58876c0849336ac3e46f75a239c1c8e1d83e164
+3
-1
1 changed file
Expand all
Collapse all
Unified
Split
app
src
components
NavigationBar.module.css
+3
-1
app/src/components/NavigationBar.module.css
Reviewed
···
185
185
}
186
186
187
187
/* Small mobile layout */
188
188
-
@media (max-width: 480px) {
188
188
+
@media (max-width: 520px) {
189
189
.navbar {
190
190
padding: 1rem 1rem 1.5rem;
191
191
gap: 0;
···
196
196
align-items: center;
197
197
text-align: center;
198
198
gap: 1rem;
199
199
+
display: inline;
200
200
+
margin-bottom: 1rem;
199
201
}
200
202
201
203
.logo {