diff --git a/source/stylesheets/main.css b/source/stylesheets/main.css index 261a35a..4873b02 100644 --- a/source/stylesheets/main.css +++ b/source/stylesheets/main.css @@ -62,9 +62,9 @@ a:hover { #list li { margin: 32px 0; - flex-basis: 33%; + flex-basis: 240px; flex-shrink: 0; - flex-grow: 1; + flex-grow: 0; list-style-type: none; text-align: center; }