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