File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 130
130
< div >
131
131
< h1 > Current Issue</ h1 >
132
132
< div class ="past-issues-header " style ="display: flex;flex-flow: column wrap; ">
133
- < h2 style ="font-size: 30px; "> 2020</ h2 >
134
133
< tr style ="display: flex; flex-flow: column ">
135
134
136
135
< ul >
@@ -141,11 +140,13 @@ <h2 style="font-size: 30px;">2020</h2>
141
140
<!-- BORDER -->
142
141
< ul style ="width: 100%; border-top-style: groove; padding-top: 25px; "> </ ul >
143
142
< h2 > Past Issues</ h2 >
143
+ < h2 style ="margin-bottom:0px; "> 2020</ h2 >
144
144
<!-- PAST ISSUES HERE -->
145
145
< ul style ="width: 100%; ">
146
146
< li > < a href ="/issues/2020/01-07-2020.html " target ="_blank "> #99 - January 7</ a > </ li >
147
147
</ ul >
148
148
149
+ < ul style ="width: 100%; border-top-style: groove; padding-top: 25px; "> </ ul >
149
150
< div class ="past-issues-container ">
150
151
< div class ="past-issues ">
151
152
< h2 > 2019</ h2 >
Original file line number Diff line number Diff line change @@ -413,8 +413,6 @@ nav.menu ul.social li a {
413
413
*/
414
414
415
415
.content {
416
- display : -ms-grid;
417
- display : grid;
418
416
-ms-grid-columns : 1fr 1fr ;
419
417
-ms-grid-rows : minmax (min-content, calc (100vh - 250px ));
420
418
grid-area : mid;
@@ -451,9 +449,8 @@ nav.menu ul.social li a {
451
449
.past-issues-container {
452
450
width : 100% ;
453
451
display : flex;
454
- /* flex-flow: row wrap; */
455
452
align-items : left;
456
- justify-content : left ;
453
+ justify-content : space-around ;
457
454
margin-bottom : 30px ;
458
455
}
459
456
@@ -468,7 +465,7 @@ nav.menu ul.social li a {
468
465
469
466
.past-issues {
470
467
min-width : 200px ;
471
- width : 33% ;
468
+ /* width: 33%; */
472
469
}
473
470
474
471
.past-issues li {
You can’t perform that action at this time.
0 commit comments