Skip to content

Commit 00fdd50

Browse files
committed
Better titles
1 parent 60760a7 commit 00fdd50

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

css/base.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
--page-padding: 2rem;
1010
--color-text: #000;
1111
--color-bg: #fff;
12-
--color-link: #000;
12+
--color-link: rgba(0,0,0,0.8);
1313
--color-link-hover: #000;
1414
--color-list-item: #000;
1515
--color-title: #000;
@@ -146,15 +146,15 @@ a:focus-visible {
146146
display: grid;
147147
grid-row-gap: 1rem;
148148
grid-column-gap: 2rem;
149+
align-items: start;
149150
pointer-events: none;
150151
justify-items: start;
151152
grid-template-columns: auto auto;
152153
grid-template-areas: 'title' 'archive' 'back' 'github' 'sponsor' 'demos';
153154
}
154155

155156
.frame #cdawrap {
156-
justify-self: end;
157-
text-align: right;
157+
justify-self: start;
158158
}
159159

160160
.frame a {
@@ -355,6 +355,9 @@ a:focus-visible {
355355
.frame__demos {
356356
justify-self: end;
357357
}
358+
.frame #cdawrap {
359+
text-align: right;
360+
}
358361
}
359362

360363
@media screen and (min-width: 73em) {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1 class="frame__title"><a class="hover-effect hover-effect--cursor-square" hre
3131
</nav>
3232
</header>
3333
<section class="content">
34-
<h2 class="content__title">Client Projects 2043</h2>
34+
<h2 class="content__title">Volcanic Eruptions</h2>
3535
<ul class="list list--box">
3636
<li class="list__item">
3737
<span class="list__item-col hover-effect hover-effect--cursor-square">Mount Vespera</span>

index2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1 class="frame__title hover-effect hover-effect--bg"><a class="hover-effect ho
3131
</nav>
3232
</header>
3333
<section class="content">
34-
<h2 class="content__title">Client Projects 2043</h2>
34+
<h2 class="content__title">Volcanic Eruptions</h2>
3535
<ul class="list list--bg list--bg-west">
3636
<li class="list__item">
3737
<span class="list__item-col hover-effect hover-effect--bg">Mount Vespera</span>

0 commit comments

Comments
 (0)