summaryrefslogtreecommitdiffstats
path: root/examples/webenginequick/recipebrowser/resources/pages/assets/custom.css
blob: 8d2f6cb0bd5500ccaf44f8447b9d40229a066b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

body {
  padding-top: 0;
  margin-top: 0;
}

#content {
  display: none;
}

img {
  width: 100%;
  height: 100%;
}

li {
  margin-left: 25px;
}

ol li {
  margin-bottom: 10px;
}

* {
  max-width: 960px !important;
}