Skip to content

Commit

Permalink
feat(layout): BlockStatus update mobile paddings (#6617)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Jan 31, 2024
1 parent 2f70d86 commit 1162add
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ tui-block-status {
&._card {
border-radius: var(--tui-radius-xl);
padding: 2rem;

tui-root._mobile & {
padding: 1.25rem;

& .t-block-image {
margin-top: 0.75rem;
}
}
}

.t-block-image {
Expand Down

0 comments on commit 1162add

Please sign in to comment.