Re: [w3c/manifest] Breaking: App Information Note (#900)

@marcoscaceres commented on this pull request.



> +    <style>
+      .icon-title {
+        text-transform: uppercase;
+        font-weight: bold;
+      }
+
+      .icons {
+        display: flex;
+        flex-direction: row;
+        flex-wrap: wrap;
+      }
+
+      .icons > figure {
+        text-align: left;
+        margin: 0;
+        padding: 10px;
+        width: 188px;
+      }
+
+      .icons > figure > img {
+        width: 188px;
+        height: 188px;
+        min-width: 188px;
+        min-height: 188px;
+      }
+
+      .icons > figure .icon-title {
+        display: block;
+      }
+    </style>

```suggestion
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/900#pullrequestreview-428680101

Received on Thursday, 11 June 2020 08:02:28 UTC