This commit is contained in:
@ -92,8 +92,14 @@ try {
|
||||
</FullLayoutV1>
|
||||
|
||||
<style>
|
||||
:global(html) {
|
||||
scroll-snap-type: y proximity;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
.slide {
|
||||
min-height: 100dvh;
|
||||
scroll-snap-align: start;
|
||||
height: 100dvh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@ -158,8 +164,12 @@ try {
|
||||
width: 11em;
|
||||
|
||||
& > p {
|
||||
margin: 0;
|
||||
width: max-content;
|
||||
margin-inline: auto;
|
||||
|
||||
@media (min-width: 768px) {
|
||||
margin-inline: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user