diff --git a/assets/Images/notebook-baixo-mobile.jpg b/assets/Images/notebook-baixo-mobile.jpg new file mode 100644 index 0000000..4c94a18 Binary files /dev/null and b/assets/Images/notebook-baixo-mobile.jpg differ diff --git a/assets/Images/notebook-direita-mobile.jpg b/assets/Images/notebook-direita-mobile.jpg new file mode 100644 index 0000000..dab9c39 Binary files /dev/null and b/assets/Images/notebook-direita-mobile.jpg differ diff --git a/assets/Images/notebook-esquerda-mobile.jpg b/assets/Images/notebook-esquerda-mobile.jpg new file mode 100644 index 0000000..1cce9c1 Binary files /dev/null and b/assets/Images/notebook-esquerda-mobile.jpg differ diff --git a/assets/Styles/main.css b/assets/Styles/main.css index d58aeb5..2b4f108 100644 --- a/assets/Styles/main.css +++ b/assets/Styles/main.css @@ -145,6 +145,35 @@ body { } } +@media screen and (max-width: 700px) { + .notebook-esquerda-mobile { + width: 177px; + grid-area: header; + } + .notebook-centro-mobile { + width: 370px; + grid-area: menu; + } + .notebook-direita-mobile { + width: 177px; + grid-area: main; + } + + .wrapper { + padding: 0 23px; + top: 32px; + column-gap: 14px; + row-gap: 23px; + grid-template-columns: none; + display: -ms-grid; + display: grid; + grid-template-areas: + "header main" + "menu menu " + "menu menu "; + } +} + @media screen and (max-width: 414px) { .banner-principal-desktop { display: none; @@ -156,3 +185,18 @@ body { display: none; } } + +@media screen and (max-width: 400px) { + .notebook-esquerda-mobile { + width: 100%; + grid-area: header; + } + .notebook-centro-mobile { + width: 100%; + grid-area: menu; + } + .notebook-direita-mobile { + width: 100%; + grid-area: main; + } +} diff --git a/index.html b/index.html index e7f652b..3d03345 100644 --- a/index.html +++ b/index.html @@ -47,13 +47,11 @@ dui.

-
- Infocard de cima -
+ Infocard de cima
@@ -92,27 +90,22 @@
-
- Imagem de um Notebook 1 -
-
- Imagem de um notebook 2 -
-
- Imagem de um notebook 3 -
+ Imagem de um Notebook 1 + + Imagem de um notebook 2 + Imagem de um notebook 3