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;
|
position: fixed;
|
||||||
top: 20px;
|
top: 5px; /* Align 5px from the top */
|
||||||
left: 200px; /* Default for larger screens */
|
left: 100px; /* Align 100px from the left edge */
|
||||||
flex: auto;
|
flex: auto;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
@ -223,10 +223,6 @@ const link5Label = ref(instance.link5Label || 'Link 5');
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
> .energised-by {
|
> .energised-by {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
@ -234,6 +230,7 @@ const link5Label = ref(instance.link5Label || 'Link 5');
|
||||||
> .quollkey {
|
> .quollkey {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
margin-top: 2px; /* Adjust as needed */
|
margin-top: 2px; /* Adjust as needed */
|
||||||
|
|
||||||
@media (max-width: 450px) {
|
@media (max-width: 450px) {
|
||||||
width: 130px;
|
width: 130px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue