diff --git a/assets/images/edge.png b/assets/images/edge.png new file mode 100644 index 0000000..3524a21 Binary files /dev/null and b/assets/images/edge.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css index f0aceb4..63085f9 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -216,12 +216,26 @@ code { .support { list-style: none; + text-align: center; } .support li { display: inline-block; text-align: center; - margin: 5px 8px 0; + margin: 15px 0; + width: 30%; +} + +@media screen and (max-width: 410px) { + .support li { + width: 45%; + } +} + +@media screen and (max-width: 290px) { + .support li { + width: 100%; + } } .support p { diff --git a/index.html b/index.html index 48172f8..89bcb0d 100644 --- a/index.html +++ b/index.html @@ -186,6 +186,11 @@ clipboard.destroy();
  • Chrome logo

    Chrome 42+

    +
  • +
  • + Edge logo +

    Edge

    +
  • Firefox logo

    Firefox 41+