feat: Cambiar la posición de la barra de navegación a absoluta y ajustar su ancho
This commit is contained in:
@@ -124,12 +124,12 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.island-navbar {
|
.island-navbar {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
top: 25px;
|
top: 25px;
|
||||||
left: 38%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
width: 75%;
|
width: 90%;
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user