Skip to content

Commit 799b998

Browse files
committed
style updates
1 parent e3f1a57 commit 799b998

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

site/assets/css/main.scss

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
}
2121

2222
html {
23-
font-size: 62.5%;
2423
height: 100%;
2524
scroll-padding-top: 2em;
2625
-webkit-text-size-adjust: 100%;
@@ -29,7 +28,6 @@ html {
2928
body {
3029
background-color: var(--bg-color);
3130
color: var(--text-color);
32-
font-size: 1.6rem;
3331
font-family: "Helvetica Neue", Arial, sans-serif;
3432
margin: 0 auto;
3533
line-height: 1.5;
@@ -108,18 +106,6 @@ img {
108106
height: auto;
109107
}
110108

111-
figure {
112-
margin: 1.6rem 0;
113-
114-
figcaption {
115-
font-size: 1.4rem;
116-
font-style: italic;
117-
text-align: center;
118-
margin-top: 0.6rem;
119-
padding: 0 1rem;
120-
}
121-
}
122-
123109
ul,
124110
ol {
125111
box-sizing: border-box;
@@ -230,12 +216,10 @@ ol {
230216
grid-template-columns: min-content 1fr min-content;
231217
margin: auto;
232218
padding: 1em 2rem;
233-
align-items: baseline;
219+
align-items: center;
234220

235221
>.navbar-title {
236-
font-size: 1.9rem;
237222
margin: 0;
238-
padding-top: 0.2em;
239223
white-space: nowrap;
240224
line-height: 1;
241225
z-index: 20;

site/layouts/partials/header.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ <h1 class="navbar-title">
55
</h1>
66
<ul class="navbar-internal-links">
77
<li>
8-
<a href="/about" class="link-nowrap-nodec" title="Link to about page">About</a>
9-
</li>
10-
<li>
11-
<a href="https://github.com/mitchellhenke/lodes?tab=readme-ov-file#getting-the-data" class="link-nowrap-nodec" title="Link to data documentation">Data</a>
8+
<a href="/about" title="Link to about page">About</a>
129
</li>
1310
</ul>
1411
<div class="navbar-external-links hover-icon">

0 commit comments

Comments
 (0)