play with quollkey

This commit is contained in:
Quollkey 2025-02-14 14:37:34 +10:30
parent 539bdb1752
commit d3ee3db397

View file

@ -206,39 +206,36 @@ const link5Label = ref(instance.link5Label || 'Link 5');
}
}
> .logo-wrap {
position: fixed;
top: 20px;
left: 200px; /* Default for larger screens */
flex: auto;
color: #fff;
z-index: 100;
user-select: none;
pointer-events: none;
.logo-wrap {
position: fixed;
top: 5px; /* Align 5px from the top */
left: 100px; /* Align 100px from the left edge */
flex: auto;
color: #fff;
z-index: 100;
user-select: none;
pointer-events: none;
@media (max-width: 450px) {
right: 0;
left: 0;
margin: 0 auto; /* Center the element */
width: fit-content;
}
> .energised-by {
margin-bottom: 2px;
}
> .quollkey {
width: 300px;
margin-top: 2px; /* Adjust as needed */
@media (max-width: 450px) {
right: 0;
left: 0;
margin: 0 auto; /* Center the element */
width: fit-content;
}
display: flex;
flex-direction: column;
align-items: center;
> .energised-by {
margin-bottom: 2px;
}
> .quollkey {
width: 300px;
margin-top: 2px; /* Adjust as needed */
@media (max-width: 450px) {
width: 130px;
}
width: 130px;
}
}
}
> .contents {
position: relative;