alpha
Login
or
Join now
atpota.to
/
cred.blue
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 again
author
damedotblog
date
1 year ago
(Apr 22, 2025, 5:52 PM -0400)
commit
d8cdabac
d8cdabac55c0b9857b8ee314d5289b3978cb3982
parent
dbd3e4f7
dbd3e4f7b0f7a1400142f769de8f8a9aaf9bb3f3
+6
-1
2 changed files
Expand all
Collapse all
Unified
Split
src
App.css
components
Login
Login.css
+6
src/App.css
Reviewed
···
232
232
text-align: center;
233
233
}
234
234
235
235
+
@media (max-width: 330px) {
236
236
+
input {
237
237
+
margin: 0;
238
238
+
}
239
239
+
}
240
240
+
235
241
.disclaimer {
236
242
opacity: 0.6;
237
243
font-size: 0.8em;
-1
src/components/Login/Login.css
Reviewed
···
62
62
font-family: inherit;
63
63
text-align: center;
64
64
box-sizing: border-box;
65
65
-
margin: 0;
66
65
}
67
66
68
67
.login-input-field:hover,