blob: eac3bdce6dbd78a39e29f6822a6ad084b5af51c8 [file] [log] [blame]
avm99963b3bc5b42020-09-25 17:37:21 +02001:root {
2 --mdc-theme-primary: #0F62E2;
3 --mdc-theme-secondary: #CF11C8;
4}
5
6body {
7 margin: 0;
8}
9
10main {
11 padding: var(--mdc-layout-grid-margin-desktop, 24px);
12}
13
14.project-section-title:not(:first-child) {
15 margin-top: 32px;
16}
17
18.project-section-title > * {
19 vertical-align: middle;
20}
21
22.projects {
23 padding: 0;
24}
25
26.project-card__primary {
27 padding: 1rem;
28}
29
30.project-card__title, .project-card__subtitle {
31 margin: 0;
32}
33
34.project-card__secondary {
35 padding: 0 1rem 8px;
36}
37
38.project-card__secondary, .project-card__subtitle {
39 color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, .54));
40}
41
42.project-card__youtube-media {
43 position: absolute;
44 top: 0;
45 left: 0;
46 width: 100%;
47 height: 100%;
48}
49
50.help {
51 cursor: help;
52 border-bottom: dashed 1px gray;
53}
54
avm99963160e6822020-10-01 01:05:29 +020055.project-card .mdc-card__actions .mdc-card__action-buttons {
56 flex-wrap: wrap;
57}
58
avm99963b3bc5b42020-09-25 17:37:21 +020059@media (min-width: 1400px) {
60 .project-cell {
61 width: auto;
62 grid-column-end: span 3;
63 }
64}