Skip to content

Commit

Permalink
responsive grid layout in all passwords page (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv-0101 authored Oct 4, 2024
1 parent 1c1b13f commit adc951e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ body {
}

.grid {
margin: 0 auto ;
grid-template-columns: 1fr;
margin-bottom: 120px;
max-width: 320px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/editPassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const EditPassword = (props) => {
name="confirm_password"
value={passDetailes.confirm_password}
onChange={handleChange}
class="block bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 "
class="block bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 w-full p-2.5 "
placeholder="•••••••••"
required
/>
Expand Down

0 comments on commit adc951e

Please sign in to comment.