File tree Expand file tree Collapse file tree 2 files changed +30
-15
lines changed Expand file tree Collapse file tree 2 files changed +30
-15
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ footer.footer {
4
4
font-size : calc (15 / var (--rem-base ) * 1rem );
5
5
line-height : var (--footer-line-height );
6
6
padding : 1.5rem ;
7
+ position : relative;
8
+ float : left;
9
+ width : 100% ;
7
10
}
8
11
9
12
.footer p {
Original file line number Diff line number Diff line change 9
9
flex-wrap : wrap;
10
10
}
11
11
12
- @media screen and (max-width : 1140px ) {
13
- .tile {
14
- width : calc ((100% / 2 ) - 1rem );
15
- }
16
- }
17
-
18
- @media screen and (max-width : 640px ) {
19
- .tile {
20
- width : 100% ;
21
- }
22
- }
23
-
24
12
.doc .tiles-page .sectionbody > hr {
25
13
display : none;
26
14
}
31
19
/* margin: 20px 40px 20px 0; */ /* activate if only 2 tiles per row is preferred */
32
20
padding : 1rem ;
33
21
width : calc ((100% / 3 ) - 1.35rem );
34
- height : 220px ;
35
22
border-top : 8px solid var (--tile-border-top-color );
36
23
background-color : var (--tile-background-color );
37
24
}
38
25
26
+ .tile .content {
27
+ display : flex;
28
+ flex-direction : column;
29
+ justify-content : stretch;
30
+ height : 100% ;
31
+ }
32
+
39
33
.tile .content .paragraph {
40
34
margin : 0 ;
41
35
width : 100% ;
42
36
}
43
37
38
+ @media screen and (max-width : 1140px ) {
39
+ .tile {
40
+ width : calc ((100% / 2 ) - 1rem );
41
+ }
42
+ }
43
+
44
+ @media screen and (max-width : 640px ) {
45
+ .tile {
46
+ width : 100% ;
47
+ }
48
+ }
49
+
44
50
.tile .title p {
45
51
color : var (--tile-title-font-color );
46
52
font-style : normal;
52
58
font-style : normal;
53
59
}
54
60
61
+ .tile .content .paragraph .text {
62
+ margin-bottom : 1rem ;
63
+ }
64
+
65
+ .tile .content .paragraph .link {
66
+ margin-top : auto;
67
+ }
68
+
55
69
.tile .link p {
56
- margin-top : 10px ;
57
70
width : 100% ;
58
71
font-size : calc (15.5 / var (--rem-base ) * 1rem );
59
- text-align : center;
60
72
}
You can’t perform that action at this time.
0 commit comments