CSS justify-content: space-evenly

- WD

The "space-evenly" value for the justify-content property distributes the space between items evenly. It is similar to space-around but provides equal instead of half-sized space on the edges. Can be used in both CSS flexbox & grid.

Chrome

  1. 4 - 56: Not supported
  2. 57 - 59: Partial support
  3. 60 - 143: Supported
  4. 144: Supported
  5. 145 - 147: Supported

Edge

  1. 12 - 15: Not supported
  2. 16 - 18: Partial support
  3. 79 - 143: Supported
  4. 144: Supported

Safari

  1. 3.1 - 10: Not supported
  2. 10.1: Partial support
  3. 11 - 26.1: Supported
  4. 26.2: Supported
  5. 26.3 - TP: Supported

Firefox

  1. 2 - 51: Not supported
  2. 52 - 146: Supported
  3. 147: Supported
  4. 148 - 150: Supported

Opera

  1. 9 - 43: Not supported
  2. 44 - 46: Partial support
  3. 47 - 124: Supported
  4. 125: Supported

IE

  1. 5.5 - 10: Not supported
  2. 11: Not supported

Chrome for Android

  1. 144: Supported

Safari on iOS

  1. 3.2 - 10.2: Not supported
  2. 10.3: Partial support
  3. 11 - 26.1: Supported
  4. 26.2: Supported
  5. 26.3: Supported

Samsung Internet

  1. 4 - 6.4: Not supported
  2. 7.2: Partial support
  3. 8.2 - 28: Supported
  4. 29: Supported

Opera Mini

  1. all: Not supported

Opera Mobile

  1. 10 - 12.1: Not supported
  2. 80: Supported

UC Browser for Android

  1. 15.5: Supported

Android Browser

  1. 2.1 - 4.4.4: Not supported
  2. 144: Supported

Firefox for Android

  1. 147: Supported

QQ Browser

  1. 14.9: Supported

Baidu Browser

  1. 13.52: Supported

KaiOS Browser

  1. 2.5: Partial support
  2. 3: Supported
Resources:
MDN on justify-content property
Edge support bug