margins on mobile
This commit is contained in:
parent
51cab95224
commit
8bb4fb8857
|
|
@ -1,5 +1,5 @@
|
||||||
.help {
|
.help {
|
||||||
@apply absolute top-0 right-0 z-10 flex items-center gap-x-3 py-2 px-3 text-zuume text-xl pr-6 border-none;
|
@apply absolute top-3 lg:top-0 right-3 lg:right-0 z-10 flex items-center gap-x-3 py-2 px-3 text-zuume text-xl pr-6 border-none;
|
||||||
transform: translate(3px, -2px);
|
transform: translate(3px, -2px);
|
||||||
&:after {
|
&:after {
|
||||||
@apply block bg-white w-full h-full absolute top-0 left-0 z-0;
|
@apply block bg-white w-full h-full absolute top-0 left-0 z-0;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.timer {
|
.timer {
|
||||||
@apply absolute top-0 left-1/2 z-10 py-2 px-8 flex items-center gap-x-2;
|
@apply absolute top-3 lg:top-0 left-1/2 z-10 py-2 px-8 flex items-center gap-x-2;
|
||||||
transform: translate(-50%, -2px);
|
transform: translate(-50%, -2px);
|
||||||
.bg {
|
.bg {
|
||||||
@apply absolute block top-0 left-1/2 w-full h-full bg-transparent bg-white;
|
@apply absolute block top-0 left-1/2 w-full h-full bg-transparent bg-white;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user