Skip to content

Commit 289746e

Browse files
version 1 se vé bien sin agregar lit xd
1 parent ef4f01d commit 289746e

File tree

6 files changed

+150
-142
lines changed

6 files changed

+150
-142
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ with web components in beta version
33

44
>my tools are : web components in vanilla javaScript with :
55
6-
>[vite js](https://vitejs.dev/)
6+
>[Vite.js](https://vitejs.dev/)
77
88
>css,html,javaScript,without frameworks and librarys
99
@@ -30,4 +30,6 @@ Escribir en su terminal,o CLI (o consola) lo siguiente:
3030

3131
-seguir o mejorar el diseño creado en adobe xd,que está dentro de la carpeta design,dentro de este mismo repositorio
3232

33-
-hacerlo más bonito, más accesible,cumplir con el pixel perfect o mejorarlo según tu nesecidad,o entretenimiento xd,sin alterar la paleta de colores,o el estilo de el proyecto
33+
-hacerlo más bonito, más accesible,cumplir con el pixel perfect o mejorarlo según tu nesecidad,o entretenimiento xd,sin alterar la paleta de colores,o el estilo de el proyecto
34+
-estoy pensando seriamente usar [Fuse.js](https://www.fusejs.io/demo.html), luego de una pequeña busqueda, lo que me parece más tentador esque, es -> **zero dependecies**
35+

css/home.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ body,html{
5555
.portada > .img_portada> img{
5656
width: 51em;
5757
}
58+
@media only screen and (min-width:620px){
59+
.portada > .img_portada{
60+
width: 100vw;
61+
height: 75vh;
62+
display: flex;
63+
object-fit: cover;
64+
flex-wrap: wrap;
65+
/* margin-bottom: -460px; */
66+
}
67+
}
5868
@media only screen and (max-width:620px){
5969
.portada > .img_portada{
6070
width: 100vw;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"vite": "^3.2.3"
1313
},
1414
"dependencies": {
15-
"lit": "^2.4.1"
15+
"lit": "^3.0.2"
1616
}
1717
}

0 commit comments

Comments
 (0)