we do css again

This commit is contained in:
Quollkey 2025-02-14 14:45:26 +10:30
parent d3ee3db397
commit bc821d7f11

View file

@ -208,9 +208,11 @@ const link5Label = ref(instance.link5Label || 'Link 5');
.logo-wrap {
position: fixed;
top: 5px; /* Align 5px from the top */
left: 100px; /* Align 100px from the left edge */
flex: auto;
top: 15px;
left: 100px;
display: flex;
flex-direction: column;
align-items: flex-start;
color: #fff;
z-index: 100;
user-select: none;
@ -219,22 +221,21 @@ const link5Label = ref(instance.link5Label || 'Link 5');
@media (max-width: 450px) {
right: 0;
left: 0;
margin: 0 auto; /* Center the element */
margin: 0 auto;
width: fit-content;
}
}
> .energised-by {
margin-bottom: 2px;
}
.logo-wrap > .energised-by {
margin-bottom: 2px; /* Adjust spacing as needed */
}
> .quollkey {
.logo-wrap > .quollkey {
width: 300px;
margin-top: 2px; /* Adjust as needed */
/* Remove or adjust margin-top if necessary */
@media (max-width: 450px) {
width: 130px;
}
}
}
> .contents {