File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21: root {
32 --paper : oklch (7 0 0 );
43 --ink : color-mix (in oklab, var (--color ) 5% , black);
87 --container : 1280px ;
98}
109
11- h1 {
10+ h1 {
1211 text-align : center;
13- }
14- .description {
12+ }
13+
14+ .description {
1515 text-align : center;
1616
17- }
17+ }
18+
1819body {
1920 background : var (--paper );
2021 color : var (--ink );
2122 font : var (--font );
2223}
24+
2325a {
2426 padding : var (--space );
2527 border : var (--line );
2628 max-width : fit-content;
2729}
30+
2831img ,
2932svg {
3033 width : 100% ;
@@ -35,33 +38,31 @@ main {
3538 max-width : var (--container );
3639 margin : 0 auto calc (var (--space ) * 4 ) auto;
3740}
41+
3842footer {
39- position : relative;
43+ position : relative;
4044 bottom : 0 ;
4145 width : 100% ;
42- color : black;
46+ color : black;
4347 text-align : center;
4448}
4549
4650main {
4751 display : grid;
4852 grid-template-columns : 1fr 1fr ;
4953 gap : var (--space );
50- > * : first-child {
54+
55+ > * : first-child {
5156 grid-column : span 2 ;
5257 }
5358}
5459
5560article {
5661 border : var (--line );
57- padding-bottom : var (--space );
62+ padding : var (--space );
5863 text-align : left;
59- display : grid;
60- grid-template-columns : var (--space ) 1fr var (--space );
61- > * {
62- grid-column : 2 / 3 ;
63- }
64- > img {
65- grid-column : span 3 ;
66- }
67- }
64+
65+ display : flex;
66+ flex-direction : column;
67+ justify-content : space-between;
68+ }
You can’t perform that action at this time.
0 commit comments