Fix: Footer zeigt Tenant-Namen (kein checkflo), Phone-Höhe 430px, weniger Freiraum
This commit is contained in:
parent
52ec9fac75
commit
69f9462b71
2 changed files with 8 additions and 7 deletions
|
|
@ -487,7 +487,7 @@
|
|||
background: #fff;
|
||||
border-radius: 24px;
|
||||
overflow: hidden;
|
||||
height: 480px;
|
||||
height: 430px;
|
||||
position: relative;
|
||||
}
|
||||
.phone-screen iframe {
|
||||
|
|
@ -495,7 +495,7 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
width: 390px;
|
||||
height: 960px;
|
||||
height: 860px;
|
||||
border: none;
|
||||
transform: scale(0.502);
|
||||
transform-origin: top left;
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@
|
|||
{/if}
|
||||
|
||||
<footer>
|
||||
<a href="/">checkflo</a>
|
||||
{#if tenant?.name}<span>{tenant.name}</span>{/if}
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
|
@ -187,7 +187,7 @@
|
|||
flex-direction: column;
|
||||
max-width: 480px;
|
||||
margin: 0 auto;
|
||||
padding: 0 0 2rem;
|
||||
padding: 0 0 0.5rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
}
|
||||
|
||||
|
|
@ -347,9 +347,10 @@
|
|||
/* FOOTER */
|
||||
footer {
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
font-size: 0.8rem;
|
||||
color: #aaa;
|
||||
padding: 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
color: #ccc;
|
||||
margin-top: auto;
|
||||
}
|
||||
footer a { color: #aaa; }
|
||||
footer a:hover { color: var(--brand); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue