Browse Source

Fix indentation bug for .is-one-fifth (#1358)

Elio Grieco 7 years ago
parent
commit
8792984f8e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      sass/grid/columns.sass

+ 2 - 2
sass/grid/columns.sass

@@ -149,8 +149,8 @@ $column-gap: 0.75rem !default
       width: 25%
       width: 25%
     &.is-one-fifth,
     &.is-one-fifth,
     &.is-one-fifth-tablet
     &.is-one-fifth-tablet
-        flex: none
-        width: 20%
+      flex: none
+      width: 20%
     &.is-two-fifths,
     &.is-two-fifths,
     &.is-two-fifths-tablet
     &.is-two-fifths-tablet
       flex: none
       flex: none