diff --git a/assets/images/img-pc-descktop.png b/assets/images/img-pc-descktop.png new file mode 100644 index 0000000..080a3fa Binary files /dev/null and b/assets/images/img-pc-descktop.png differ diff --git a/assets/images/imgSecondariaPc.png b/assets/images/img-pc-mobile.png similarity index 100% rename from assets/images/imgSecondariaPc.png rename to assets/images/img-pc-mobile.png diff --git a/assets/styles/style.css b/assets/styles/style.css index 1c08056..47e5ad7 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -80,11 +80,19 @@ html, body{ line-height: 24px; text-align: center; } +/*----------------------------------------------------------------*/ + +.img-pc{ + width: 100%; +} @media screen and (max-width: 1024px) { .main-banner-desktop{ display: none; } + .img-pc-descktop{ + display: none; + } .top-infocard{ flex-direction: column; margin-top: 54px; @@ -117,13 +125,9 @@ html, body{ .section-background{ display: flex; flex-direction: column; - padding: 36px 0; + padding: 36px 32px; align-items: center; } - - - - } @@ -131,6 +135,9 @@ html, body{ .main-banner-mobile{ display: none; } + .img-pc-mobile{ + display: none; + } } diff --git a/index.html b/index.html index a76c94c..ea1e7fa 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,12 @@ + +