diff --git a/assents/style/estilo.css b/assents/style/estilo.css
index 4fa723b..ac036a0 100644
--- a/assents/style/estilo.css
+++ b/assents/style/estilo.css
@@ -1,8 +1,11 @@
+/*configurações globais*/
* {
margin: 0;
box-sizing: border-box;
}
+
+/*Logo da M3 Academy*/
.page-header {
display: flex;
justify-content: center;
@@ -14,10 +17,10 @@
.logo-m3 {
width: 12%;
height: 42%;
- min-height: 43px;
- min-width: 226px;
+ min-height: 23px;
+ min-width: 110px;
}
-
+/*Banner do top*/
.banner-principal {
max-width: 100%;
min-height: 19%;
@@ -31,4 +34,22 @@
.banner-big-mobile {
display: none;
+ width: 100%;
+ max-height: 11%;
+ min-height: 598px;
+
+}
+
+@media screen and (max-width: 1023px) {
+ .banner-big {
+ display: none;
+ }
+
+ .banner-big-mobile {
+ display: block;
+ }
+
+ .banner-principal {
+ min-height: 11%;
+ }
}
\ No newline at end of file
diff --git a/index.html b/index.html
index dd009fe..0a0dd16 100644
--- a/index.html
+++ b/index.html
@@ -15,10 +15,11 @@
-
-
-
-
+
+
+
+
+
Lorem ipsum
dolor sit amet