Skip to content

Commit

Permalink
chore: Adjusted mobile css
Browse files Browse the repository at this point in the history
  • Loading branch information
utpal-barman committed Dec 8, 2023
1 parent 3373fe7 commit 6ff898e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1323,10 +1323,22 @@ img {
}


@media (max-screen: 600px) {
.u-timeline.u-card {
padding-right: 0px;
}
@media (max-width: 600px) {
.u-timeline.u-card {
padding-right: 16px;
}

.comment {
margin-left: 0px !important;
}

.timeline {
width: 100% !important;
}

.timeline-item {
gap: 16px;
}
}


Expand Down
Loading

0 comments on commit 6ff898e

Please sign in to comment.