diff --git a/sass/_project-sass/_project-Base.scss b/sass/_project-sass/_project-Base.scss index 29481465..056a7329 100644 --- a/sass/_project-sass/_project-Base.scss +++ b/sass/_project-sass/_project-Base.scss @@ -47,7 +47,7 @@ a{ } } -.col-50{ +.header-Outro .col-50{ @media (max-device-width:480px), screen and (max-width:800px){ float:none; padding:0; diff --git a/sass/_project-sass/_project-Website-Gallery.scss b/sass/_project-sass/_project-Website-Gallery.scss index c80feee2..4bbddb74 100644 --- a/sass/_project-sass/_project-Website-Gallery.scss +++ b/sass/_project-sass/_project-Website-Gallery.scss @@ -69,11 +69,17 @@ margin-bottom: 0; margin-left: 5.25%; - li { width: 14.5%; margin-right: 1.5%; margin-bottom: 0; + + @media (max-device-width:480px), screen and (max-width:800px){ + width:45%; + margin-bottom: 8px; + margin-right: 0; + margin-left: 1.5%; + } } li:last-child { margin-right: 0;