Add Edge in the Browser Support section (#315)

Ref: https://github.com/zenorocha/clipboard.js/pull/267#issuecomment-249620994
This commit is contained in:
Cătălin Mariș
2016-09-26 21:48:14 +03:00
committed by Zeno Rocha
parent cc5280f0a7
commit b8d4aabd41
3 changed files with 20 additions and 1 deletions

View File

@@ -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 {