diff --git a/src/index.html b/src/index.html index c8e5ba5..f830ff4 100644 --- a/src/index.html +++ b/src/index.html @@ -510,7 +510,7 @@
347 567 78 90
Available from 12PM - 18PM
New York, NY
560 Judah St & 15th Ave, Apt 5
San Francisco, CA, 230903
Info
Wisia enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut diff --git a/src/scss/_footer.scss b/src/scss/_footer.scss index 4a8c777..ae7a4fa 100644 --- a/src/scss/_footer.scss +++ b/src/scss/_footer.scss @@ -88,4 +88,13 @@ color: $regular-text; } } + + @media all and (max-width: $phone) { + &__about, + &__nav, + &__contact, + &__info { + padding: 0 30px; + } + } } \ No newline at end of file