Skip to content

Commit

Permalink
Merge pull request narayan954#143 from ansharora28/master
Browse files Browse the repository at this point in the history
  • Loading branch information
narayan954 authored Dec 24, 2022
2 parents cf764c9 + 97626de commit 63dd7f1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
font-size: 15px;
text-align: left;
}

.post__username {
font-size: 14px;
font-weight: 600;
Expand All @@ -73,19 +74,23 @@
justify-content: space-between;
padding: 10px;
}

.social__icons__wrapper {
display: flex;
align-items: center;
}

.social__icon {
padding: 10px;
width: 24px;
height: 28px;
}

.social__icon__last {
padding: 10px;
margin-left: auto !important;
}

.post__avatar {
margin-right: 10px;
border-radius: 50%;
Expand Down Expand Up @@ -179,8 +184,9 @@

.scrollTop {
position: fixed;
width: 100%;
width: 50px;
bottom: 10px;
left: 50%;
align-items: center;
height: 20px;
justify-content: center;
Expand All @@ -189,6 +195,7 @@
animation: fadeIn 0.3s;
transition: opacity 0.4s;
opacity: 0.5;
display: flex;
}

.scrollTop:hover {
Expand All @@ -209,6 +216,7 @@
0% {
opacity: 0;
}

100% {
opacity: 0.5;
}
Expand Down

0 comments on commit 63dd7f1

Please sign in to comment.