fix: Cambio en pantalla principal
This commit is contained in:
Vendored
-1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -9,8 +9,8 @@
|
|||||||
<link rel="shortcut icon" type="image/png" href="https://dbit.digitalcompass.agency/storage/v1/object/public/public-assets/GLM.png?v=glm-hub-20260722-v3" />
|
<link rel="shortcut icon" type="image/png" href="https://dbit.digitalcompass.agency/storage/v1/object/public/public-assets/GLM.png?v=glm-hub-20260722-v3" />
|
||||||
<link rel="apple-touch-icon" href="https://dbit.digitalcompass.agency/storage/v1/object/public/public-assets/GLM.png?v=glm-hub-20260722-v3" />
|
<link rel="apple-touch-icon" href="https://dbit.digitalcompass.agency/storage/v1/object/public/public-assets/GLM.png?v=glm-hub-20260722-v3" />
|
||||||
<title>GLM Hub — GomezLee Marketing</title>
|
<title>GLM Hub — GomezLee Marketing</title>
|
||||||
<script type="module" crossorigin src="/assets/index-xOqwTEny.js"></script>
|
<script type="module" crossorigin src="/assets/index-CRkChX-P.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-BT8YJLeR.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-Bjd4VYUU.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
+7
-9
@@ -897,10 +897,10 @@ img {
|
|||||||
.search-stage {
|
.search-stage {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: minmax(260px, 0.62fr) minmax(360px, 1.38fr);
|
flex-direction: column;
|
||||||
align-items: end;
|
align-items: stretch;
|
||||||
gap: 40px;
|
gap: 22px;
|
||||||
margin-top: 38px;
|
margin-top: 38px;
|
||||||
border-left: 3px solid var(--glm-green);
|
border-left: 3px solid var(--glm-green);
|
||||||
padding: 34px 38px 32px;
|
padding: 34px 38px 32px;
|
||||||
@@ -926,9 +926,9 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-stage h2 {
|
.search-stage h2 {
|
||||||
max-width: 360px;
|
max-width: 100%;
|
||||||
font-size: clamp(2rem, 3.3vw, 3.5rem);
|
font-size: clamp(2rem, 3.3vw, 3.5rem);
|
||||||
line-height: 0.98;
|
line-height: 1.05;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hub-search {
|
.hub-search {
|
||||||
@@ -2239,9 +2239,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-stage {
|
.search-stage {
|
||||||
grid-template-columns: 1fr;
|
gap: 20px;
|
||||||
align-items: start;
|
|
||||||
gap: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.quick-grid {
|
.quick-grid {
|
||||||
|
|||||||
Reference in New Issue
Block a user