~kvikshaug/kvikshaug.no

e8d9220e0fe968595ae8efcf10ce95c90ae912e0 — Ali Kaafarani 2 years ago 5c781a3
Adjust small screen start/end padding
2 files changed, 9 insertions(+), 0 deletions(-)

M assets/sass/_content_responsive.scss
M assets/sass/_layout_responsive.scss
M assets/sass/_content_responsive.scss => assets/sass/_content_responsive.scss +4 -0
@@ 2,6 2,10 @@
  article {
    padding-left: 80px;

    &:first-of-type {
      padding-top: 40px;
    }

    &.introduction {
      column-gap: 40px;


M assets/sass/_layout_responsive.scss => assets/sass/_layout_responsive.scss +5 -0
@@ 26,6 26,11 @@
      color: #1b1b1b;
    }
  }

  footer {
    // Add the height of the small-screen navigation bar, approx. 73px
    padding-bottom: 40px + 73px;
  }
}

@media (max-width: 575px) {