mirror of https://github.com/escalate/hugo-split-theme.git

Christian Mendoza
20.43.2017 011e082ef3c70ce13a65eeee08d57059cba68130
Fix links list alignment

Align to top when one list has an uneven number of links
2 files modified
4 ■■■ changed files
static/assets/css/split.css 3 ●●●● patch | view | raw | blame | history
static/assets/sass/01-content.scss 1 ●●●● patch | view | raw | blame | history
static/assets/css/split.css
@@ -201,7 +201,8 @@
.split-lists .split-list {
  width: 30%;
  display: inline-block;
  margin-bottom: 40px; }
  margin-bottom: 40px;
  vertical-align: top; }
  @media (max-width: 500px) {
    .split-lists .split-list {
      width: 90%; } }
static/assets/sass/01-content.scss
@@ -205,6 +205,7 @@
        width: 30%;
        display: inline-block;
        margin-bottom: 40px;
        vertical-align: top;
        @media (max-width: $bp-mobile ) {
            width: 90%;