diff --git a/common/common.scss b/common/common.scss index 3bdf489..c7c48ab 100644 --- a/common/common.scss +++ b/common/common.scss @@ -20,7 +20,7 @@ flex-wrap: wrap; flex: 1; align-items: center; - justify-content: space-between; + justify-content: flex-start; a { font-size: $font-down-1; @@ -29,6 +29,7 @@ border-radius: 3px; color: $primary-medium; margin-top: 1em; + margin-right: 1em; &:hover { background: $primary-low-mid;