Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish S. Maharjan committed Jan 14, 2024
1 parent db07d6a commit 672cc46
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1,092 deletions.
6 changes: 0 additions & 6 deletions django_project/static/css/bootstrap.min.css

This file was deleted.

12 changes: 12 additions & 0 deletions django_project/static/css/custom-style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* userprofile */
.profileNameInitials h6 {
border: 1px solid var(--bs-primary);
background-color: var(--bs-teal);
height: 100px;
width: 100px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: 1rem;
}
Loading

0 comments on commit 672cc46

Please sign in to comment.