|
|
|
@ -80,8 +80,8 @@
|
|
|
|
|
.inline-list { list-style: none; margin-top: 0; }
|
|
|
|
|
.inline-list li { display: inline-block; }
|
|
|
|
|
.grid-wrapper { display: grid; grid-template-columns: repeat(auto-fill, 100px); }
|
|
|
|
|
.d-flex { display: flex; }
|
|
|
|
|
.flex-fill { flex: 1 1 auto; }
|
|
|
|
|
.d-flex { display: -webkit-flex; display: -moz-flex; display: flex; }
|
|
|
|
|
.flex-fill { -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto; }
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|