Skip to content

Commit fb10a28

Browse files
authored
fix(client): adjust button padding and dimensions (freeCodeCamp#59559)
1 parent 0ed0deb commit fb10a28

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

client/src/components/profile/components/portfolio-projects.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ a.portfolio-card:focus img {
8383

8484
.timeline-pagination_list_item > button {
8585
outline-color: transparent;
86-
padding: 0 3px;
86+
height: 44px;
87+
width: 44px;
8788
}
8889

8990
.timeline-row {

0 commit comments

Comments
 (0)