mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-26 21:41:50 +00:00
fix: full page on mobile
This commit is contained in:
parent
56f5398345
commit
bd075c8d5f
2 changed files with 3 additions and 4 deletions
|
|
@ -49,8 +49,7 @@
|
||||||
}
|
}
|
||||||
.view {
|
.view {
|
||||||
@apply z-10 overflow-scroll;
|
@apply z-10 overflow-scroll;
|
||||||
@apply rounded-3xl md:rounded-none;
|
@apply absolute top-0 right-0 bottom-0 left-0 m-auto md:top-auto md:bottom-auto md:left-auto md:m-0;
|
||||||
@apply absolute top-0 right-0 bottom-0 left-0 m-auto h-[90vh] w-[90vw] md:top-auto md:bottom-auto md:left-auto md:m-0;
|
|
||||||
@apply md:h-screen md:w-[50vw];
|
@apply md:h-screen md:w-[50vw];
|
||||||
@apply md:my-auto;
|
@apply md:my-auto;
|
||||||
@apply bg-white;
|
@apply bg-white;
|
||||||
|
|
|
||||||
|
|
@ -123,8 +123,8 @@
|
||||||
.modal {
|
.modal {
|
||||||
@apply flex flex-col items-center justify-center;
|
@apply flex flex-col items-center justify-center;
|
||||||
@apply mx-auto my-auto;
|
@apply mx-auto my-auto;
|
||||||
@apply h-[90vh] w-[90vw] md:h-4/5 md:w-4/5;
|
@apply h-full w-full md:h-4/5 md:w-4/5;
|
||||||
@apply rounded-3xl;
|
@apply md:rounded-3xl;
|
||||||
@apply bg-white;
|
@apply bg-white;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue