1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

Fix spacing

This commit is contained in:
Amanda Pinsker 2017-11-02 23:19:15 -07:00
parent 84efc606d8
commit 573b96172a

View File

@ -72,8 +72,7 @@
.container-lg,
.container-md,
.container-xl
{
.container-xl {
display: flex;
justify-content: space-between;
}