~kvikshaug/kvikshaug.no

98001cfeb01780fa3a360ce3458f5e0783f47f0b — Ali Kaafarani 2 years ago 424ced3
Adjust small-screen design
2 files changed, 18 insertions(+), 6 deletions(-)

M assets/sass/_content_responsive.scss
M assets/sass/_layout_responsive.scss
M assets/sass/_content_responsive.scss => assets/sass/_content_responsive.scss +16 -6
@@ 9,12 9,22 @@
  }

  article.projects {
    .right {
      float: none;
      display: block;
      width: 100%;
      max-width: none;
      margin: 0 0 30px 0;
    section {
      .right {
        float: none;
        display: block;
        width: 100%;
        max-width: none;
        margin: 0 0 30px 0;
      }
    }
  }

  article.profile {
    .keywords {
      grid-template-columns: 1fr;
      row-gap: 40px;
      margin-top: 40px;
    }
  }
}

M assets/sass/_layout_responsive.scss => assets/sass/_layout_responsive.scss +2 -0
@@ 46,6 46,8 @@
  }

  footer {
    padding-bottom: 40px;

    .content {
      grid-template-columns: 1fr;
    }