Skip to content

Commit

Permalink
changed styling of following list to be more organized
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanaimandi committed Sep 28, 2024
1 parent 5e1d8c2 commit f31c469
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions app/assets/stylesheets/show_follow.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
.follow-list{
margin: -1px;
list-style-type: none;
width: 50%;
}
.follow-list .follow-img img{
max-width: 100%;
}
.follow-list{
margin: -1px;
list-style-type: none;
}
.follow-list {
padding: 0;
}
.follow-list > li {
float: left;
width: 50%;

}
.follow-list > li > a {
display: block;
Expand Down Expand Up @@ -62,3 +60,12 @@
width: auto;
}
}

.media-body{
padding-left: 10px;
}

.follow-list li:hover {
font-weight: bold;
color: #00008B;
}

0 comments on commit f31c469

Please sign in to comment.