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="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>
|
||||
<script type="module" crossorigin src="/assets/index-xOqwTEny.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BT8YJLeR.css">
|
||||
<script type="module" crossorigin src="/assets/index-CRkChX-P.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Bjd4VYUU.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
+7
-9
@@ -897,10 +897,10 @@ img {
|
||||
.search-stage {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(260px, 0.62fr) minmax(360px, 1.38fr);
|
||||
align-items: end;
|
||||
gap: 40px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
gap: 22px;
|
||||
margin-top: 38px;
|
||||
border-left: 3px solid var(--glm-green);
|
||||
padding: 34px 38px 32px;
|
||||
@@ -926,9 +926,9 @@ img {
|
||||
}
|
||||
|
||||
.search-stage h2 {
|
||||
max-width: 360px;
|
||||
max-width: 100%;
|
||||
font-size: clamp(2rem, 3.3vw, 3.5rem);
|
||||
line-height: 0.98;
|
||||
line-height: 1.05;
|
||||
}
|
||||
|
||||
.hub-search {
|
||||
@@ -2239,9 +2239,7 @@ img {
|
||||
}
|
||||
|
||||
.search-stage {
|
||||
grid-template-columns: 1fr;
|
||||
align-items: start;
|
||||
gap: 24px;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.quick-grid {
|
||||
|
||||
Reference in New Issue
Block a user