Skip to content

Commit

Permalink
:fix button
Browse files Browse the repository at this point in the history
  • Loading branch information
Andresha56 committed Jun 2, 2024
1 parent 9aef074 commit 1e0fca9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/components/private/timeline/Timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,23 @@
cursor: pointer;
color: #ffffff;
border: none;
width:90px;
width:120px;
outline:none;
@media screen and (max-width: 900px) {
width: 100px;
}
@media screen and (max-width: 576px) {
font-size: 0.75rem;
padding: 0.25rem;
}
@media screen and (max-width: 320px) {
width: 90px;
}
@media screen and (max-width: 250px) {
width: auto;
padding-left:7px ;
padding-right: 7px;
}
}
}
}
Expand Down

0 comments on commit 1e0fca9

Please sign in to comment.