play with quollkey
This commit is contained in:
parent
539bdb1752
commit
d3ee3db397
1 changed files with 26 additions and 29 deletions
|
@ -206,10 +206,10 @@ const link5Label = ref(instance.link5Label || 'Link 5');
|
|||
}
|
||||
}
|
||||
|
||||
> .logo-wrap {
|
||||
.logo-wrap {
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
left: 200px; /* Default for larger screens */
|
||||
top: 5px; /* Align 5px from the top */
|
||||
left: 100px; /* Align 100px from the left edge */
|
||||
flex: auto;
|
||||
color: #fff;
|
||||
z-index: 100;
|
||||
|
@ -223,10 +223,6 @@ const link5Label = ref(instance.link5Label || 'Link 5');
|
|||
width: fit-content;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
> .energised-by {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
@ -234,11 +230,12 @@ const link5Label = ref(instance.link5Label || 'Link 5');
|
|||
> .quollkey {
|
||||
width: 300px;
|
||||
margin-top: 2px; /* Adjust as needed */
|
||||
|
||||
@media (max-width: 450px) {
|
||||
width: 130px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .contents {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Reference in a new issue