File: tweak.css

package info (click to toggle)
python-maturin 1.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 4,540 kB
  • sloc: python: 656; javascript: 93; sh: 55; makefile: 10
file content (17 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.sponsors {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
    margin: 1rem 0;
}

.sponsors > div {
    text-align: center;
    width: 25%;
    padding-bottom: 20px;
}

.sponsors span {
    display: block;
}