diff --git a/src/app/components/home/home.component.scss b/src/app/components/home/home.component.scss index 5794ab0..900c580 100644 --- a/src/app/components/home/home.component.scss +++ b/src/app/components/home/home.component.scss @@ -105,7 +105,18 @@ body { and (min-device-width : 320px) and (max-device-width : 568px) { .feature-box { - padding-top: 20vh; + top: 20vh; + } + #projects { + top: 20vh; + } + + .page-footer { + top: 20vh; + } + + hr { + top: 20vh; } }