diff options
-rw-r--r-- | src/styles/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index b61be8f..8f41eee 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -31,7 +31,7 @@ body { .button { border-left: 1px solid map-get($colors, grey); border-right: 1px solid map-get($colors, grey); - flex: auto; + flex: 1 1 0px; text-align: center; background-color: map-get($colors, button); |