mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
🎨
This commit is contained in:
parent
0dc9dd8644
commit
e33b85e725
1 changed files with 10 additions and 1 deletions
|
@ -1043,11 +1043,20 @@ export default Vue.extend({
|
||||||
position: sticky;
|
position: sticky;
|
||||||
height: min-content;
|
height: min-content;
|
||||||
min-height: calc(100vh - #{$header-height});
|
min-height: calc(100vh - #{$header-height});
|
||||||
overflow: hidden;
|
padding: var(--margin) 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
margin: var(--margin) 0;
|
margin: var(--margin) 0;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue