fix responsive breakpoint in SkUserRecentNotes
This commit is contained in:
parent
8cbc0761db
commit
ed6c781426
|
@ -101,7 +101,7 @@ onMounted(async () => {
|
|||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
@container (min-width: 451px) {
|
||||
@container (min-width: 750px) {
|
||||
.userInfo {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue