Bump loofah from 2.2.3 to 2.3.1 in /apps/workbench
[arvados.git] / doc / css / images.css
1 /* Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: CC-BY-SA-3.0 */
4
5 img.full-width {
6     width: 100%
7 }
8
9 img.screenshot {
10     max-width: calc(100% - 2em);
11     border: 3px;
12     border-style: solid;
13     margin-left: 2em;
14     margin-bottom: 2em;
15 }