Skip to content

Commit c0611db

Browse files
author
fvonhoven
committed
Just run python server next time to preview html changes doh
1 parent 86eb5fd commit c0611db

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

issues.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ <h2>
130130
<div>
131131
<h1>Current Issue</h1>
132132
<div class="past-issues-header" style="display: flex;flex-flow: column wrap;">
133-
<h2 style="font-size: 30px;">2020</h2>
134133
<tr style="display: flex; flex-flow: column">
135134

136135
<ul>
@@ -141,11 +140,13 @@ <h2 style="font-size: 30px;">2020</h2>
141140
<!-- BORDER -->
142141
<ul style="width: 100%; border-top-style: groove; padding-top: 25px;"></ul>
143142
<h2>Past Issues</h2>
143+
<h2 style="margin-bottom:0px;">2020</h2>
144144
<!-- PAST ISSUES HERE -->
145145
<ul style="width: 100%;">
146146
<li><a href="/issues/2020/01-07-2020.html" target="_blank">#99 - January 7</a></li>
147147
</ul>
148148

149+
<ul style="width: 100%; border-top-style: groove; padding-top: 25px;"></ul>
149150
<div class="past-issues-container">
150151
<div class="past-issues">
151152
<h2>2019</h2>

newsletter.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,6 @@ nav.menu ul.social li a {
413413
*/
414414

415415
.content {
416-
display: -ms-grid;
417-
display: grid;
418416
-ms-grid-columns: 1fr 1fr;
419417
-ms-grid-rows: minmax(min-content, calc(100vh - 250px));
420418
grid-area: mid;
@@ -451,9 +449,8 @@ nav.menu ul.social li a {
451449
.past-issues-container {
452450
width: 100%;
453451
display: flex;
454-
/* flex-flow: row wrap; */
455452
align-items: left;
456-
justify-content: left;
453+
justify-content: space-around;
457454
margin-bottom: 30px;
458455
}
459456

@@ -468,7 +465,7 @@ nav.menu ul.social li a {
468465

469466
.past-issues {
470467
min-width: 200px;
471-
width: 33%;
468+
/* width: 33%; */
472469
}
473470

474471
.past-issues li {

0 commit comments

Comments
 (0)