diff --git a/assets/images/middle-banner-desktop.png b/assets/images/middle-banner-desktop.png new file mode 100644 index 0000000..5c80163 Binary files /dev/null and b/assets/images/middle-banner-desktop.png differ diff --git a/assets/images/middle-banner-mobile.png b/assets/images/middle-banner-mobile.png new file mode 100644 index 0000000..36b8374 Binary files /dev/null and b/assets/images/middle-banner-mobile.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css index 177294a..90f513d 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -20,8 +20,10 @@ body{ display: block; } -.main-banner{ +.main-banner, +.middle-banner{ width: 100%; + display: block; } .top-infocard{ @@ -85,8 +87,10 @@ body{ text-align: center; } + @media screen and (max-width: 414px) { - .main-banner-desktop{ + .main-banner-desktop, + .middle-banner-desktop{ display: none; } } @@ -135,7 +139,8 @@ body{ } @media screen and (min-width: 415px){ - .main-banner-mobile{ + .main-banner-mobile, + .middle-banner-mobile{ display: none; } } diff --git a/index.html b/index.html index bd615d9..84749ae 100644 --- a/index.html +++ b/index.html @@ -62,6 +62,11 @@ + +
+ Banner do Meio Desktop + Banner do Meio Mobile +