Skip to content

Commit

Permalink
add style for profile
Browse files Browse the repository at this point in the history
  • Loading branch information
MozamelJawad committed Sep 7, 2023
1 parent 003c7d9 commit cfffea9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/redux/profiles/profile.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.profile {
display: flex;
gap: 2rem;
margin-top: 1rem;
padding: 2%;
}

.rockets,
.mission {
width: 50%;
height: 50vh;
}

.rockets-list,
.mission-list {
margin-top: 2%;
border: 1px solid #888;
}

.profile-list {
padding: 2%;
border-bottom: 1px solid #888;
}

.profile-list:last-child {
border-bottom: none;
}

.notExist {
margin-top: 1rem;
font-size: 1.2rem;
}

0 comments on commit cfffea9

Please sign in to comment.