- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 11 Jun 2020 01:02:16 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 June 2020 08:02:28 UTC
@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