aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs/src/pages/index.module.css
blob: 367b78ed4fee305defb7bb96aaaa6892a08b5115 (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
/*
 * SPDX-FileCopyrightText: 2024 The Refinery Authors
 *
 * SPDX-License-Identifier: EPL-2.0
 */

.page {
  margin-bottom: 2rem;
}

.buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.section {
  padding: 2rem 0;
}

@media (max-width: 576px) {
  .hero, .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .button {
    flex-grow: 1;
  }
}

.section__title {
  text-align: center;
  margin-bottom: var(--ifm-leading);
}

.section--video {
  padding: 4rem 0;
  background: var(--ifm-background-surface-color);
}