File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 9
9
--page-padding : 2rem ;
10
10
--color-text : # 000 ;
11
11
--color-bg : # fff ;
12
- --color-link : # 000 ;
12
+ --color-link : rgba ( 0 , 0 , 0 , 0.8 ) ;
13
13
--color-link-hover : # 000 ;
14
14
--color-list-item : # 000 ;
15
15
--color-title : # 000 ;
@@ -146,15 +146,15 @@ a:focus-visible {
146
146
display : grid;
147
147
grid-row-gap : 1rem ;
148
148
grid-column-gap : 2rem ;
149
+ align-items : start;
149
150
pointer-events : none;
150
151
justify-items : start;
151
152
grid-template-columns : auto auto;
152
153
grid-template-areas : 'title' 'archive' 'back' 'github' 'sponsor' 'demos' ;
153
154
}
154
155
155
156
.frame # cdawrap {
156
- justify-self : end;
157
- text-align : right;
157
+ justify-self : start;
158
158
}
159
159
160
160
.frame a {
@@ -355,6 +355,9 @@ a:focus-visible {
355
355
.frame__demos {
356
356
justify-self : end;
357
357
}
358
+ .frame # cdawrap {
359
+ text-align : right;
360
+ }
358
361
}
359
362
360
363
@media screen and (min-width : 73em ) {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h1 class="frame__title"><a class="hover-effect hover-effect--cursor-square" hre
31
31
</ nav >
32
32
</ header >
33
33
< section class ="content ">
34
- < h2 class ="content__title "> Client Projects 2043 </ h2 >
34
+ < h2 class ="content__title "> Volcanic Eruptions </ h2 >
35
35
< ul class ="list list--box ">
36
36
< li class ="list__item ">
37
37
< span class ="list__item-col hover-effect hover-effect--cursor-square "> Mount Vespera</ span >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h1 class="frame__title hover-effect hover-effect--bg"><a class="hover-effect ho
31
31
</ nav >
32
32
</ header >
33
33
< section class ="content ">
34
- < h2 class ="content__title "> Client Projects 2043 </ h2 >
34
+ < h2 class ="content__title "> Volcanic Eruptions </ h2 >
35
35
< ul class ="list list--bg list--bg-west ">
36
36
< li class ="list__item ">
37
37
< span class ="list__item-col hover-effect hover-effect--bg "> Mount Vespera</ span >
You can’t perform that action at this time.
0 commit comments